about summary refs log tree commit diff
path: root/rwc.1
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2017-05-30 01:40:04 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-05-30 12:49:01 +0200
commit43c62fd5e9c934ceb5559d464789ca161682a358 (patch)
tree22be273a7436f2e8cf930cffe2b0d788b2146d46 /rwc.1
parente0090177d10e5d2a4b951c71d1f14d4ec6d3aa2a (diff)
downloadrwc-43c62fd5e9c934ceb5559d464789ca161682a358.tar.gz
rwc-43c62fd5e9c934ceb5559d464789ca161682a358.tar.xz
rwc-43c62fd5e9c934ceb5559d464789ca161682a358.zip
rwc: add e flag to exit after the first reported change
Closes: #1 [via git-merge-pr]
Diffstat (limited to 'rwc.1')
-rw-r--r--rwc.14
1 files changed, 3 insertions, 1 deletions
diff --git a/rwc.1 b/rwc.1
index 57c9d22..cfd7714 100644
--- a/rwc.1
+++ b/rwc.1
@@ -6,7 +6,7 @@
 .Nd report when changed
 .Sh SYNOPSIS
 .Nm
-.Op Fl 0dp
+.Op Fl 0dep
 .Op Ar path\ ...
 .Sh DESCRIPTION
 .Nm
@@ -34,6 +34,8 @@ Also detect file deletion.
 In this case, deleted files are prefixed by
 .Sq Li "- "
 (that is, a dash and a space).
+.It Fl e
+Exit after the first reported change.
 .It Fl p
 Pipe mode;
 don't report changes while the standard output pipe is not empty.