about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-03-06 19:16:16 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-03-06 19:16:16 +0100
commit0a1473ede9ee999ad23dd548c34518b8342fc928 (patch)
treeb66864292ae31ad823f30354efaa6290ed2a1213
parentd8a02a6929c8ae2f81f7345777d4bbe0aeaeeb3f (diff)
downloadrwc-0a1473ede9ee999ad23dd548c34518b8342fc928.tar.gz
rwc-0a1473ede9ee999ad23dd548c34518b8342fc928.tar.xz
rwc-0a1473ede9ee999ad23dd548c34518b8342fc928.zip
rwc: mention -e in head comment v0.1
-rw-r--r--rwc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rwc.c b/rwc.c
index 5d72878..4ff2b1a 100644
--- a/rwc.c
+++ b/rwc.c
@@ -1,7 +1,8 @@
 /*
- * rwc [-0dp] [PATH...] - report when changed
+ * rwc [-0dep] [PATH...] - report when changed
  *  -0  use NUL instead of newline for input/output separator
  *  -d  detect deletions too (prefixed with "- ")
+ *  -e  exit after the first reported change
  *  -p  pipe mode, don't generate new events if stdout pipe is not empty
  *
  * To the extent possible under law, Leah Neukirchen <leah@vuxu.org>