summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c
index d06a4e7..20e6272 100644
--- a/src/options.c
+++ b/src/options.c
@@ -410,7 +410,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
{"insecure" , 0, 0, 240},
{"no-recursive" , 0, 0, 241},
#ifdef HAVE_INOTIFY
- {"inotify" , 0, 0, 243},
+ {"auto-reload" , 0, 0, 243},
#endif
{0, 0, 0, 0}
};
@@ -740,7 +740,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
#endif
#ifdef HAVE_INOTIFY
case 243:
- opt.inotify = 1;
+ opt.auto_reload = 1;
break;
#endif
case 224: