Skip to content

Commit

Permalink
Fix --no-recursive bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsmiff authored and derf committed Jun 30, 2024
1 parent 1005e3b commit 8834b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
{"scroll-step" , 1, 0, OPTION_scroll_step},
{"xinerama-index", 1, 0, OPTION_xinerama_index},
{"insecure" , 0, 0, OPTION_insecure},
{"no-recursive" , 0, 0, OPTION_recursive},
{"no-recursive" , 0, 0, OPTION_no_recursive},
{"cache-size" , 1, 0, OPTION_cache_size},
{"on-last-slide" , 1, 0, OPTION_on_last_slide},
{"conversion-timeout" , 1, 0, OPTION_conversion_timeout},
Expand Down

0 comments on commit 8834b34

Please sign in to comment.