diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-06-02 13:45:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-06-02 13:45:00 +0200 |
commit | 09c59148f8cdc1cb1cb83cb63f6edacec617a446 (patch) | |
tree | 36e759b0bd5d94fa4ef8817a746f43b6e6e9d5c4 /src/options.c | |
parent | 315bac4637537654b4711867911458c3a6974c7e (diff) | |
parent | 36b09fa038a8b7996a12e45419c28821c5596308 (diff) |
Merge branch 'guns-dirnav'
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index b43db91..9e2ff5a 100644 --- a/src/options.c +++ b/src/options.c @@ -514,6 +514,8 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) opt.sort = SORT_NAME; else if (!strcasecmp(optarg, "filename")) opt.sort = SORT_FILENAME; + else if (!strcasecmp(optarg, "dirname")) + opt.sort = SORT_DIRNAME; else if (!strcasecmp(optarg, "mtime")) opt.sort = SORT_MTIME; else if (!strcasecmp(optarg, "width")) |