summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2dec.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2019-09-15 15:52:06 +0200
committerSebastian Rasmussen <sebras@gmail.com>2020-03-20 17:53:52 +0800
commita64ec1a232aa675e75d71da2632c6fca9a7fddcf (patch)
tree448b5eebab157b6ef9e13033eda13e8681e64d5a /jbig2dec/jbig2dec.c
parent3f01ab3739773db83040d8c2a7c3562b9103ed4e (diff)
downloadghostpdl-a64ec1a232aa675e75d71da2632c6fca9a7fddcf.tar.gz
jbig2dec: Mention all long options in usage and manpage.
Diffstat (limited to 'jbig2dec/jbig2dec.c')
-rw-r--r--jbig2dec/jbig2dec.c30
1 files changed, 16 insertions, 14 deletions
diff --git a/jbig2dec/jbig2dec.c b/jbig2dec/jbig2dec.c
index 45691839a..6763421ad 100644
--- a/jbig2dec/jbig2dec.c
+++ b/jbig2dec/jbig2dec.c
@@ -230,22 +230,24 @@ print_usage(void)
" embedded streams.\n"
"\n"
" available options:\n"
- " -h --help this usage summary\n"
- " -q --quiet suppress diagnostic output\n"
- " -v --verbose set the verbosity level\n"
- " -d --dump print the structure of the jbig2 file\n"
- " rather than explicitly decoding\n"
- " --version program name and version information\n"
- " --hash print a hash of the decoded document\n"
- " -e --embedded expect embedded bit stream without file header\n"
- " -o <file> send decoded output to <file>\n"
- " Defaults to the the input with a different\n"
- " extension. Pass '-' for stdout.\n"
- " -t <type> force a particular output file format\n"
+ " -h --help this usage summary\n"
+ " -q --quiet suppress diagnostic output\n"
+ " -v --verbose set the verbosity level\n"
+ " -d --dump print the structure of the jbig2 file\n"
+ " rather than explicitly decoding\n"
+ " -V --version program name and version information\n"
+ " -m --hash print a hash of the decoded document\n"
+ " -e --embedded expect embedded bit stream without file header\n"
+ " -o <file>\n"
+ " --output <file> send decoded output to <file>\n"
+ " Defaults to the the input with a different\n"
+ " extension. Pass '-' for stdout.\n"
+ " -t <type>\n"
+ " --format <type> force a particular output file format\n"
#ifdef HAVE_LIBPNG
- " supported options are 'png' and 'pbm'\n"
+ " supported options are 'png' and 'pbm'\n"
#else
- " the only supported option is 'pbm'\n"
+ " the only supported option is 'pbm'\n"
#endif
"\n");