about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2020-02-08 13:46:08 +0100
committertoonn <toonn@toonn.io>2020-02-08 13:46:08 +0100
commit870435dd9bec311d0866eb4a801ff174366ed0a9 (patch)
tree30deb18cfd9e1a29eac46850c73746fe65ea9598
parentd8c363c9cfb112365b101c9a267e3b0428c3c8d9 (diff)
parent58000a2318e8cf6574c1964da01bb104cbdc2357 (diff)
downloadranger-870435dd9bec311d0866eb4a801ff174366ed0a9.tar.gz
Merge branch 'jrwrigh-patch-1'
-rw-r--r--doc/rifle.15
-rw-r--r--doc/rifle.pod3
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/rifle.1 b/doc/rifle.1
index 1d3553f4..b3dd6373 100644
--- a/doc/rifle.1
+++ b/doc/rifle.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RIFLE 1"
-.TH RIFLE 1 "rifle-1.9.3" "2019-12-31" "rifle manual"
+.TH RIFLE 1 "rifle-1.9.3" "2020-02-08" "rifle manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -185,7 +185,8 @@ Print a list of options and exit.
 rifle shares configuration files with ranger, though ranger is not required in
 order to use rifle. The default configuration file \fIrifle.conf\fR is expected
 to be at \fI~/.config/ranger/rifle.conf\fR. However, this can be overridden with
-the \fB\-c\fR option.
+the \fB\-c\fR option. Note that due to the nature of the configuration, rifle will
+only read one file, it will not read the defaults in addition.
 .PP
 This file specifies patterns for determining the commands to open files with.
 The syntax is described in the comments of the default \fIrifle.conf\fR that ships
diff --git a/doc/rifle.pod b/doc/rifle.pod
index b4d76287..e0abaa3b 100644
--- a/doc/rifle.pod
+++ b/doc/rifle.pod
@@ -71,7 +71,8 @@ Print a list of options and exit.
 rifle shares configuration files with ranger, though ranger is not required in
 order to use rifle. The default configuration file F<rifle.conf> is expected
 to be at F<~/.config/ranger/rifle.conf>. However, this can be overridden with
-the B<-c> option.
+the B<-c> option. Note that due to the nature of the configuration, rifle will
+only read one file, it will not read the defaults in addition. 
 
 This file specifies patterns for determining the commands to open files with.
 The syntax is described in the comments of the default F<rifle.conf> that ships