diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-05 20:45:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-05 20:45:51 +0100 |
commit | 88ea311f5347380b598f876bf21d91795b8fdd51 (patch) | |
tree | 697c6b6275a3971b8c9dad67e5b3471c30850433 /src | |
parent | 99e49348d597f8a369bdb73e703170782db34a87 (diff) |
Remove no longer present -c option from stropts
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index c6165ac..41c68cd 100644 --- a/src/options.c +++ b/src/options.c @@ -313,7 +313,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) { int discard; static char stropts[] = - "a:A:b:B:cC:dD:e:E:f:Fg:GhH:iIj:J:kK:lL:mM:nNo:O:pPqrR:sS:tT:uUvVwW:xXy:YzZ" + "a:A:b:B:C:dD:e:E:f:Fg:GhH:iIj:J:kK:lL:mM:nNo:O:pPqrR:sS:tT:uUvVwW:xXy:YzZ" ".@:^:~:):|:+:<:>:"; /* (*name, has_arg, *flag, val) See: struct option in getopts.h */ |