summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-06-07 21:10:31 +0000
committermidipix <writeonce@midipix.org>2024-06-07 21:10:31 +0000
commit3ead65161272c24941f9e757786a36bc5c080f96 (patch)
tree7806b4495ac3cf5aba30d1b14f31449f1dbdf9c2
parentadcbba893185c49b80d41bcb948935b9e67f8541 (diff)
downloadtpax-3ead65161272c24941f9e757786a36bc5c080f96.tar.bz2
tpax-3ead65161272c24941f9e757786a36bc5c080f96.tar.xz
driver: tpax_driver_usage(): updated synopsis to reflect existing -t support.
-rw-r--r--src/driver/tpax_driver_ctx.c2
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);