From: Denys Vlasenko Date: Sun, 6 Mar 2016 16:35:16 +0000 (+0100) Subject: inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726 X-Git-Tag: 1_25_0~111 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7849ccb61c376e4704ce1c3e5a0d12fd7d743200;p=oweals%2Fbusybox.git inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726 Signed-off-by: Denys Vlasenko --- 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"