about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2021-01-03 22:03:16 +0100
committerLeah Neukirchen <leah@vuxu.org>2021-01-03 22:06:01 +0100
commitad239cf0bd9ebc8e206ce196dc93eb15b6056706 (patch)
treecfc66fb42fd09548a204e7359717e8f1b8591ee1 /README
parent244ee73865b924adf9026eb5ff75e6f8f989edc5 (diff)
downloadrwc-ad239cf0bd9ebc8e206ce196dc93eb15b6056706.tar.gz
rwc-ad239cf0bd9ebc8e206ce196dc93eb15b6056706.tar.xz
rwc-ad239cf0bd9ebc8e206ce196dc93eb15b6056706.zip
rwc: internally use and print absolute paths HEAD v0.3 master
Else it's not possible to deal with calls like "rwc ./x" in a proper way.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 345cb99..690c33c 100644
--- a/README
+++ b/README
@@ -8,8 +8,9 @@ SYNOPSIS
 
 DESCRIPTION
      rwc takes a list of files or directories, watches them using inotify(7),
-     and prints each file name when it changed.  If path is a single dash
-     (‘-’) or absent, rwc reads file names from the standard input.
+     and prints each file name as absolute path when it changed.  If path is a
+     single dash (‘-’) or absent, rwc reads file names from the standard
+     input.
 
      Watching a directory will result in watching all changes to files which
      resides directly in that directory.
@@ -72,4 +73,4 @@ LICENSE
 
      http://creativecommons.org/publicdomain/zero/1.0/
 
-Void Linux                       March 3, 2019                      Void Linux
+Void Linux                      January 3, 2021                     Void Linux