From eeb3541652110c35e9c434565a2c509687bb6697 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 20 Aug 2014 22:22:46 -0500 Subject: Minor help text tweak for inotifyd. --- toys/pending/inotifyd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3