From 13ec918ec26bdcaa19e2c46e1502e9335e621f45 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 9 Feb 2010 19:05:52 +0100 Subject: options.c: Use --(un)loadable (as documented), not --(un)loadables --- src/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/options.c b/src/options.c index 8aa0436..06efb85 100644 --- a/src/options.c +++ b/src/options.c @@ -336,8 +336,8 @@ feh_parse_option_array(int argc, char **argv) {"randomize", 0, 0, 'z'}, /* okay */ {"list", 0, 0, 'l'}, /* okay */ {"quiet", 0, 0, 'q'}, /* okay */ - {"loadables", 0, 0, 'U'}, /* okay */ - {"unloadables", 0, 0, 'u'}, /* okay */ + {"loadable", 0, 0, 'U'}, /* okay */ + {"unloadable", 0, 0, 'u'}, /* okay */ {"no-menus", 0, 0, 'N'}, {"full-screen", 0, 0, 'F'}, {"auto-zoom", 0, 0, 'Z'}, -- cgit v1.2.3