aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-14 22:14:12 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-14 22:14:12 +0000
commit2479cd4a5d50044e9d8e791a6ac17d528761a0a6 (patch)
tree0bbb154d479a68d271ab490bea8754a06a784044
parent289ff0e3411543446f40cfa45db606431a4657e1 (diff)
downloadbusybox-2479cd4a5d50044e9d8e791a6ac17d528761a0a6.tar.gz
inotifyd: fix "inotifyd with no params" case
-rw-r--r--include/usage.h2
-rw-r--r--miscutils/inotifyd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 69d37f923..67b2acf72 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -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" \
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c
index 216a69654..2a1355156 100644
--- a/miscutils/inotifyd.c
+++ b/miscutils/inotifyd.c
@@ -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