inotifyd: fix "inotifyd with no params" case

This commit is contained in:
Denis Vlasenko 2008-11-14 22:14:12 +00:00
parent 289ff0e341
commit 2479cd4a5d
2 changed files with 2 additions and 2 deletions

View File

@ -1847,7 +1847,7 @@
"\n1. actual event(s)" \
"\n2. file name" \
"\n3. name of subfile (if any), in case of watching a directory" \
"\ninotify waits for agent to exit." \
"\ninotifyd waits for agent to exit." \
"\nEvents:" \
"\n a File is accessed" \
"\n c File is modified" \

View File

@ -58,7 +58,7 @@ int inotifyd_main(int argc UNUSED_PARAM, char **argv)
const char *args[] = { *argv, NULL, NULL, NULL, NULL };
// sanity check: agent and at least one watch must be given
if (!argv[1])
if (!argv[0] || !argv[1])
bb_show_usage();
// open inotify