aboutsummaryrefslogtreecommitdiff
path: root/miscutils/inotifyd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-03-06 17:35:16 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-03-06 17:35:16 +0100
commit7849ccb61c376e4704ce1c3e5a0d12fd7d743200 (patch)
tree2aa2c7ed728a8a9c5f180ad750ef4b987e9ec4a7 /miscutils/inotifyd.c
parent86d9f60f3acc4a5d755912003278267f8e6f3e89 (diff)
downloadbusybox-7849ccb61c376e4704ce1c3e5a0d12fd7d743200.tar.gz
inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/inotifyd.c')
-rw-r--r--miscutils/inotifyd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c
index 7a1a6a2e5..908d657fd 100644
--- a/miscutils/inotifyd.c
+++ b/miscutils/inotifyd.c
@@ -47,8 +47,8 @@
//usage: "\n o Event queue overflowed"
//usage: "\n x File can't be watched anymore"
//usage: "\nIf watching a directory:"
-//usage: "\n m Subfile is moved into dir"
-//usage: "\n y Subfile is moved out of dir"
+//usage: "\n y Subfile is moved into dir"
+//usage: "\n m Subfile is moved out of dir"
//usage: "\n n Subfile is created"
//usage: "\n d Subfile is deleted"
//usage: "\n"