diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-09 17:15:00 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-09 17:15:00 +0100 |
commit | 0a92f7e52148d0eb2ed63404ad875f205bcb7c69 (patch) | |
tree | 162d8591d67a83f4d567ee6c4e33b1af969e3254 /src/options.c | |
parent | a85b25831a4ace48da91bf3b0f4a5a77b771d3ca (diff) | |
download | feh-0a92f7e52148d0eb2ed63404ad875f205bcb7c69.zip |
Add --scale-down to manual
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 0572535..96c5be2 100644 --- a/src/options.c +++ b/src/options.c @@ -891,7 +891,7 @@ show_usage(void) " RAM, it means run through and eliminate unloadable\n" " images first. Otherwise they will be removed as you\n" " flick through.\n" -" --scale-down Automatically scale down images too big for the\n" +" -., --scale-down Automatically scale down images too big for the\n" " screen. Currently only works with -P\n" " -F, --full-screen Make the window fullscreen\n" " -Z, --auto-zoom Zoom picture to screen size in fullscreen mode,\n" |