about summary refs log tree commit diff stats
path: root/rf.1
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2020-08-13 09:07:05 +0100
committerRory Bradford <roryrjb@gmail.com>2020-08-13 09:07:05 +0100
commit4d872677b173d5380e5ab63b17e45d876cc3e864 (patch)
treee4c1dd9a40350e7a4f566539c5036ec15e865153 /rf.1
parent71abce4e0725251ee9484e85fa58e325d1cd6407 (diff)
downloadrf-4d872677b173d5380e5ab63b17e45d876cc3e864.tar.gz
Add config parser
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rf.1')
-rw-r--r--rf.18
1 files changed, 7 insertions, 1 deletions
diff --git a/rf.1 b/rf.1
index 9f58417..a600e69 100644
--- a/rf.1
+++ b/rf.1
@@ -6,6 +6,7 @@ rf \- a tiny and simple file finder
 .SH SYNOPSIS
 .SY rf
 .OP \-d directory
+.OP \-c config
 .OP \-lsvw
 .OP pattern ...
 
@@ -19,6 +20,10 @@ substring) patterns, while respecting any ignore rules in \fBrfignore\fR files.
 Search from specified directory, otherwise defaults to current working directory.
 .
 .TP
+.BI \-c config
+Override config file location.
+.
+.TP
 .BI \-l count
 Limit to specified matches count.
 .
@@ -35,7 +40,8 @@ Invert matches.
 Match wholename, including path.
 
 .SH SEE ALSO
-.BR rfignore (5)
+.BR rfignore (5),
+.BR rfconfig (5)
 
 .SH COPYRIGHT
 Copyright \(co 2019, 2020 Rory Bradford <roryrjb@gmail.com>.