summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-30 20:37:38 +0000
committermidipix <writeonce@midipix.org>2024-05-30 20:37:38 +0000
commit55da8fe4b7c34589e14af92421077f906f65a592 (patch)
treed7ba3c4b8eec72cbbbb55dc336afd3b3a3b7f19d
parent43c39bb6b44cc96ac012c259e30c1466cfb23b48 (diff)
downloadtpax-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.c6
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);