diff options
author | midipix <writeonce@midipix.org> | 2024-07-13 05:47:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-07-14 20:18:46 +0000 |
commit | ffaddbf312359c2f0a2c236f66703787204e3613 (patch) | |
tree | 0a4001d70e9e2e2da7084f5abc2d7f8c8c5d7907 /src | |
parent | 5ea1d7cd4b630a91b4a72fb722a937a107d76fc0 (diff) | |
download | tpax-ffaddbf312359c2f0a2c236f66703787204e3613.tar.bz2 tpax-ffaddbf312359c2f0a2c236f66703787204e3613.tar.xz |
driver: tpax_driver_usage(): updated synopsis to reflect -s 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 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); |