about summary refs log tree commit diff stats
path: root/rf.1
diff options
context:
space:
mode:
Diffstat (limited to 'rf.1')
-rw-r--r--rf.144
1 files changed, 16 insertions, 28 deletions
diff --git a/rf.1 b/rf.1
index 4993685..ee74e22 100644
--- a/rf.1
+++ b/rf.1
@@ -1,11 +1,12 @@
 .TH rf 1
 
 .SH NAME
-rf \- A tiny and simple file finder
+rf \- a tiny and simple file finder
 
 .SH SYNOPSIS
-.B rf
-[OPTIONS] PATTERNS...
+.SY rf
+.OP \-lvSU
+.OP pattern ...
 
 .SH DESCRIPTION
 .B rf
@@ -13,34 +14,21 @@ will find files or directories based on one or more glob patterns.
 
 .SH OPTIONS
 .TP
-.B "\-h, \-\-help"
-.br
-Show help message.
-
-.TP
-.B "\-V, \-\-version"
-.br
-Show version.
-
-.TP
-.B "\-b, \-\-basename"
-.br
-Only show the basename of results.
-
+.B \-v
+Invert matches.
+.
 .TP
-.B "\-b, \-\-dirname"
-.br
-Only show the dirname of results.
-
+.BI \-l count
+Limit to specified matches count.
+.
 .TP
-.B "\-v, \-\-invert"
-.br
-Invert matches.
-
+.B \-U
+Unlink matched file. Cannot be used with any other options.
+.
 .TP
-.B "\-\-limit=[n]"
-.br
-Limit to [n] matches.
+.BI \-S command
+Run shell command over each file. A %s will be replaced with the relative
+path to the current file. Cannot be used with any other options.
 
 .SH COPYRIGHT
 Copyright \(co 2020 Rory Bradford <roryrjb@gmail.com>.