diff options
| author | Rob Landley <rob@landley.net> | 2014-08-20 22:22:46 -0500 | 
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2014-08-20 22:22:46 -0500 | 
| commit | eeb3541652110c35e9c434565a2c509687bb6697 (patch) | |
| tree | 1f673516f45e3ea5a654829bd28c558a2f040f65 | |
| parent | 01a806ff123aa091e0d41023432dfe2c0173a62d (diff) | |
| download | toybox-eeb3541652110c35e9c434565a2c509687bb6697.tar.gz | |
Minor help text tweak for inotifyd.
| -rw-r--r-- | toys/pending/inotifyd.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/toys/pending/inotifyd.c b/toys/pending/inotifyd.c index 28cff271..37c5d4e3 100644 --- a/toys/pending/inotifyd.c +++ b/toys/pending/inotifyd.c @@ -17,6 +17,8 @@ config INOTIFYD        PROG EVENTS FILE [DIRFILE] +    If PROG is "-" events are sent to stdout. +      This file is:        a  accessed    c  modified    e  metadata change  w  closed (writable)        r  opened      D  deleted     M  moved            0  closed (unwritable) @@ -26,7 +28,6 @@ config INOTIFYD        m  moved in    y  moved out   n  created          d  deleted      When x event happens for all FILEs, inotifyd exits (after waiting for PROG). -    If PROG is -, events are sent to stdout.  */  #define FOR_inotifyd  | 
