diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-09 21:47:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-09 21:47:04 +0100 |
commit | 23e2b22ddf0366d8b767596ba5efa27cae953f64 (patch) | |
tree | 2e24a4234d6776d94def46f29f33fc53ce7136d1 /src | |
parent | cd03c747c5cc12ce023bb606e7fb271f79bb1dc3 (diff) | |
download | feh-23e2b22ddf0366d8b767596ba5efa27cae953f64.zip |
Add long options for -o/-O to help and manual
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c index 06efb85..14d52b7 100644 --- a/src/options.c +++ b/src/options.c @@ -1082,8 +1082,8 @@ show_usage(void) " make the background transparent.\n" " -a, --alpha NUM When drawing thumbnails onto the background, apply\n" " them with a transparency level of NUM (0-255).\n" -" -o FILE Save the created montage to FILE\n" -" -O FILE Just save the created montage to FILE\n" +" -o, --output FILE Save the created montage to FILE\n" +" -O, --output-only FILE Just save the created montage to FILE\n" " WITHOUT displaying it (use in scripts)\n" " INDEX MODE OPTIONS\n" " -e FONT Use FONT to print the information under each\n" |