diff options
author | midipix <writeonce@midipix.org> | 2024-06-07 21:10:31 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-07 21:10:31 +0000 |
commit | 3ead65161272c24941f9e757786a36bc5c080f96 (patch) | |
tree | 7806b4495ac3cf5aba30d1b14f31449f1dbdf9c2 /src | |
parent | adcbba893185c49b80d41bcb948935b9e67f8541 (diff) | |
download | tpax-3ead65161272c24941f9e757786a36bc5c080f96.tar.bz2 tpax-3ead65161272c24941f9e757786a36bc5c080f96.tar.xz |
driver: tpax_driver_usage(): updated synopsis to reflect existing -t support.
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/tpax_driver_ctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index 2ba5153..dccab98 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -88,7 +88,7 @@ static int tpax_driver_usage( "Synopsis:\n" " %s [-d] [-f archive]\n" " %s -r [-d] [-f archive]\n" - " %s -w [−x format] [-b blocksize] [-dHL] [-f archive]\n" + " %s -w [−x format] [-b blocksize] [-dtHL] [-f archive]\n" " %s -r -w [-d]\n\n" "Options:\n", program,program,program,program,program); |