diff options
author | Denis Vlasenko | 2008-11-14 22:14:12 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-14 22:14:12 +0000 |
commit | 2479cd4a5d50044e9d8e791a6ac17d528761a0a6 (patch) | |
tree | 0bbb154d479a68d271ab490bea8754a06a784044 /include | |
parent | 289ff0e3411543446f40cfa45db606431a4657e1 (diff) | |
download | busybox-2479cd4a5d50044e9d8e791a6ac17d528761a0a6.zip busybox-2479cd4a5d50044e9d8e791a6ac17d528761a0a6.tar.gz |
inotifyd: fix "inotifyd with no params" case
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 69d37f9..67b2acf 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" \ |