diff options
author | midipix <writeonce@midipix.org> | 2024-07-13 05:47:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-07-13 05:56:57 +0000 |
commit | eca2ce2a721d84ad033f84ae511e691089ffe2ca (patch) | |
tree | 14980d18bdb8f6888e1f39861f65c7fd51d80a69 /src | |
parent | c2c816111c629f4602cda556fdf37bb64572660f (diff) | |
download | tpax-eca2ce2a721d84ad033f84ae511e691089ffe2ca.tar.bz2 tpax-eca2ce2a721d84ad033f84ae511e691089ffe2ca.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); |