projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d9f60
)
inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 6 Mar 2016 16:35:16 +0000
(17:35 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 6 Mar 2016 16:35:16 +0000
(17:35 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/inotifyd.c
patch
|
blob
|
history
diff --git
a/miscutils/inotifyd.c
b/miscutils/inotifyd.c
index 7a1a6a2e533442bb77e5e642206169a86c62d6a3..908d657fd2f01b11163e77154971beda81c5dcfb 100644
(file)
--- 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"