diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-03-03 17:53:27 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-03-03 17:53:27 +0100 |
commit | 244ee73865b924adf9026eb5ff75e6f8f989edc5 (patch) | |
tree | 1add2ad94934e9dd81288933d290ad7469aa9160 /README | |
parent | 13ceb77f59f5d001ba3e71dff75340278d8a73a8 (diff) | |
download | rwc-244ee73865b924adf9026eb5ff75e6f8f989edc5.tar.gz rwc-244ee73865b924adf9026eb5ff75e6f8f989edc5.tar.xz rwc-244ee73865b924adf9026eb5ff75e6f8f989edc5.zip |
rwc: make -c prefix lines with "+ " v0.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README index a06a16a..345cb99 100644 --- a/README +++ b/README @@ -20,9 +20,10 @@ DESCRIPTION filenames seperated by NUL bytes. -c Detect all file creations, including open(2) with O_CREAT, - mkdir(2), link(2), symlink(2), and bind(2). This has the side- - effect of printing files twice that are created and immediately - changed after. + mkdir(2), link(2), symlink(2), and bind(2). In this case, + created files are prefixed by ‘+ ’ (that is, a plus and a space). + This option has the side-effect of printing files twice that are + created and immediately changed after. -d Also detect file deletion. In this case, deleted files are prefixed by ‘- ’ (that is, a dash and a space). |