about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-05-30 15:29:51 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-05-30 15:29:51 +0200
commit227380d728b59e15a9dd93fb417a936ef596fd47 (patch)
tree90f2d88ae84c15c65a884ef5646e656495d508a6
parent43c62fd5e9c934ceb5559d464789ca161682a358 (diff)
downloadrwc-227380d728b59e15a9dd93fb417a936ef596fd47.tar.gz
rwc-227380d728b59e15a9dd93fb417a936ef596fd47.tar.xz
rwc-227380d728b59e15a9dd93fb417a936ef596fd47.zip
README: rebuild
-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.