diff options
author | midipix <writeonce@midipix.org> | 2024-05-30 20:37:38 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-30 20:37:38 +0000 |
commit | 55da8fe4b7c34589e14af92421077f906f65a592 (patch) | |
tree | d7ba3c4b8eec72cbbbb55dc336afd3b3a3b7f19d | |
parent | 43c39bb6b44cc96ac012c259e30c1466cfb23b48 (diff) | |
download | tpax-55da8fe4b7c34589e14af92421077f906f65a592.tar.bz2 tpax-55da8fe4b7c34589e14af92421077f906f65a592.tar.xz |
driver: tpax_driver_usage(): updated the synopsis to reflect -f support.
-rw-r--r-- | src/driver/tpax_driver_ctx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index 7722ae4..0807379 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -86,9 +86,9 @@ static int tpax_driver_usage( snprintf(header,sizeof(header), "%s — topological pax implementation\n\n" "Synopsis:\n" - " %s [-d]\n" - " %s -r [-d]\n" - " %s -w [−x format] [-b blocksize] [-d]\n" + " %s [-d] [-f archive]\n" + " %s -r [-d] [-f archive]\n" + " %s -w [−x format] [-b blocksize] [-d] [-f archive]\n" " %s -r -w [-d]\n\n" "Options:\n", program,program,program,program,program); |