diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-09 19:05:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-09 19:05:52 +0100 |
commit | 13ec918ec26bdcaa19e2c46e1502e9335e621f45 (patch) | |
tree | 49f24be0fed0603f835a7ef4b2fde96f846f52ad | |
parent | 8bab1e584188a8dfe0bb8889de923f42e4123c85 (diff) |
options.c: Use --(un)loadable (as documented), not --(un)loadables
-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 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'}, |