changeset 1441:2efbfb435c77 draft

Minor help text tweak for inotifyd.
author Rob Landley <rob@landley.net>
date Wed, 20 Aug 2014 22:22:46 -0500
parents 9f2a1afcf005
children f3a41f485d68
files toys/pending/inotifyd.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/pending/inotifyd.c	Wed Aug 20 22:21:36 2014 -0500
+++ b/toys/pending/inotifyd.c	Wed Aug 20 22:22:46 2014 -0500
@@ -17,6 +17,8 @@
 
       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 @@
       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