about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index c693be7..8aa2324 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
      rwc – report when changed
 
 SYNOPSIS
-     rwc [-0dp] [path ...]
+     rwc [-0dep] [path ...]
 
 DESCRIPTION
      rwc takes a list of files or directories, watches them using inotify(7),
@@ -22,6 +22,8 @@ DESCRIPTION
      -d      Also detect file deletion.  In this case, deleted files are
              prefixed by ‘- ’ (that is, a dash and a space).
 
+     -e      Exit after the first reported change.
+
      -p      Pipe mode; don't report changes while the standard output pipe is
              not empty.  Use this to pipe rwc to programs which read standard
              input slowly.