From 227380d728b59e15a9dd93fb417a936ef596fd47 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 30 May 2017 15:29:51 +0200 Subject: README: rebuild --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit 1.4.1