about summary refs log tree commit diff stats
path: root/rf.1
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2019-11-19 11:01:39 +0000
committerRory Bradford <roryrjb@gmail.com>2019-11-19 11:01:39 +0000
commit8de2db7fee294d6653507ca294bb5ef0d78dfd2f (patch)
tree340973ee1be9b1bdab487863d2aaef78f9bf535b /rf.1
parent0de5b3a641bc4fb405d3919f018b4869bd0612c5 (diff)
downloadrf-8de2db7fee294d6653507ca294bb5ef0d78dfd2f.tar.gz
Implement invert switch
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rf.1')
-rw-r--r--rf.18
1 files changed, 6 insertions, 2 deletions
diff --git a/rf.1 b/rf.1
index 1e8e08d..27e9ce8 100644
--- a/rf.1
+++ b/rf.1
@@ -18,7 +18,7 @@ will find files based on simple substring patterns.
 Show help message.
 
 .TP
-.B "\-v, \-\-version"
+.B "\-V, \-\-version"
 .br
 Show version.
 
@@ -27,6 +27,11 @@ Show version.
 .br
 Only show the basename of results.
 
+.TP
+.B "\-v, \-\-invert"
+.br
+Invert matches.
+
 .SH PATTERNS
 Files and directories can be found using very simple patterns.
 
@@ -50,6 +55,5 @@ will just match at any point in the filename.
 .BR find (1),
 .BR rg (1)
 
-
 .SH COPYRIGHT
 Copyright \(co 2019 Rory Bradford <roryrjb@gmail.com>.