diff options
author | midipix <writeonce@midipix.org> | 2024-06-07 01:08:21 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-07 01:08:21 +0000 |
commit | adcbba893185c49b80d41bcb948935b9e67f8541 (patch) | |
tree | 05feab771961d088773b6888f1b33e342a5d6d9d | |
parent | 24b5f44bc87af654f5fda5b8c347a88c03abba7a (diff) | |
download | tpax-adcbba893185c49b80d41bcb948935b9e67f8541.tar.bz2 tpax-adcbba893185c49b80d41bcb948935b9e67f8541.tar.xz |
driver: tpax_driver_usage(): updated synopsis to reflect -H and -L support.
-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 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); |