summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c3
1 files changed, 2 insertions, 1 deletions
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'},