summaryrefslogtreecommitdiff
path: root/src/driver/tpax_driver_ctx.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-07-13 05:47:40 +0000
committermidipix <writeonce@midipix.org>2024-07-14 20:18:46 +0000
commitffaddbf312359c2f0a2c236f66703787204e3613 (patch)
tree0a4001d70e9e2e2da7084f5abc2d7f8c8c5d7907 /src/driver/tpax_driver_ctx.c
parent5ea1d7cd4b630a91b4a72fb722a937a107d76fc0 (diff)
downloadtpax-ffaddbf312359c2f0a2c236f66703787204e3613.tar.bz2
tpax-ffaddbf312359c2f0a2c236f66703787204e3613.tar.xz
driver: tpax_driver_usage(): updated synopsis to reflect -s support.
Diffstat (limited to 'src/driver/tpax_driver_ctx.c')
-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 5593ec6..74db70d 100644
--- a/src/driver/tpax_driver_ctx.c
+++ b/src/driver/tpax_driver_ctx.c
@@ -89,7 +89,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] [-dtv] [-H|-L] [-f archive]\n"
+ " %s -w [−x format] [-b blocksize] [-dtv] [-H|-L] [-f archive] [-s replstr]... \n"
" %s -r -w [-d]\n\n"
"Options:\n",
program,program,program,program,program);