From 55da8fe4b7c34589e14af92421077f906f65a592 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 30 May 2024 20:37:38 +0000 Subject: driver: tpax_driver_usage(): updated the synopsis to reflect -f support. --- src/driver/tpax_driver_ctx.c | 6 +++--- 1 file 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); -- cgit v1.2.3