From adcbba893185c49b80d41bcb948935b9e67f8541 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 7 Jun 2024 01:08:21 +0000 Subject: driver: tpax_driver_usage(): updated synopsis to reflect -H and -L support. --- src/driver/tpax_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index 97eb776..2ba5153 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -88,7 +88,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] [-d] [-f archive]\n" + " %s -w [−x format] [-b blocksize] [-dHL] [-f archive]\n" " %s -r -w [-d]\n\n" "Options:\n", program,program,program,program,program); -- cgit v1.2.3