diff options
Diffstat (limited to 'src/info.c')
-rw-r--r-- | src/info.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -30,14 +30,14 @@ int print_help (void) { return printf (_("SYNOPSIS\n" - "\t%s [options...] [filename-pattern] [-- options-for-convert...]\n" + "\t%s [OPTIONS...] [--] [FILENAME-PATTERN]\n" "\n" "OPTIONS\n" - "\t--help Print usage information.\n" - "\t--version Print program name and version.\n" - "\t--copyright Print copyright information.\n" - "\t--raw Save in PNM rather than in PNG.\n" - "\t--exec CMD Command to run for each saved image.\n" + "\t-h, --help Print usage information.\n" + "\t-v, --version Print program name and version.\n" + "\t-c, --copyright Print copyright information.\n" + "\t-r, --raw Save in PNM rather than in PNG.\n" + "\t-e, --exec CMD Command to run for each saved image.\n" "\n" "SPECIAL STRINGS\n" "\tBoth the --exec and filename-pattern parameters can take format specifiers\n" |