From 9c59d4b10363a9ce6e05082426d86e7d29e0b6be Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 Jul 2010 13:43:51 +0200 Subject: --full-screen -> --fullscreen (more correct[tm]) --- src/help.raw | 4 ++-- src/options.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/help.raw b/src/help.raw index aab873b..825c20c 100644 --- a/src/help.raw +++ b/src/help.raw @@ -23,8 +23,8 @@ OPTIONS before attempting to display anything -., --scale-down Automatically scale down images to fit the screen size - -F, --full-screen Make the window fullscreen - -Z, --auto-zoom Zoom picture to screen size in fullscreen mode + -F, --fullscreen Make the window full screen + -Z, --auto-zoom Zoom picture to screen size in full screen mode --zoom PERCENT Zooms images by a PERCENT, when in full screen mode or when window geometry is fixed. If combined with --auto-zoom, zooming will be limited to the diff --git a/src/options.c b/src/options.c index 5962ca1..9cfbcdc 100644 --- a/src/options.c +++ b/src/options.c @@ -339,7 +339,8 @@ static void feh_parse_option_array(int argc, char **argv) {"loadable", 0, 0, 'U'}, /* okay */ {"unloadable", 0, 0, 'u'}, /* okay */ {"no-menus", 0, 0, 'N'}, - {"full-screen", 0, 0, 'F'}, + {"full-screen", 0, 0, 'F'}, /* deprecated */ + {"fullscreen", 0, 0, 'F'}, {"auto-zoom", 0, 0, 'Z'}, {"ignore-aspect", 0, 0, 'X'}, {"draw-filename", 0, 0, 'd'}, -- cgit v1.2.3