summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.126
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index b197d774..968e601b 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -1,4 +1,4 @@
-.TH RANGER 1 ranger-1.0.4
+.TH RANGER 1 ranger-1.3.0
 .SH NAME
 ranger - visual file manager
 .\"-----------------------------------------
@@ -33,12 +33,13 @@ Activate the clean mode:  Ranger will not access or create any configuration
 files nor will it leave any traces on your system.  This is useful when
 your configuration is broken, when you want to avoid clutter, etc.
 .TP
---fail-if-run
+--fail-unless-cd
 Return the exit code 1 if ranger is used to run a file, for example with
-`ranger --fail-if-run filename`.  This can be useful for scripts.
+`ranger --fail-unless-cd filename`.  This can be useful for scripts.
 .TP
 -r \fIdir\fR, --confdir=\fIdir\fR
-Define a different configuration directory.  The default is $HOME/.ranger.
+Define a different configuration directory.  The default is
+$XDG_CONFIG_HOME/ranger (which defaults to ~/.config/ranger)
 .TP
 -m \fIn\fR, --mode=\fIn\fR
 When a filename is supplied, make it run in mode \fIn\fR. Check the
@@ -176,19 +177,18 @@ of your parent shell after exiting ranger:
 .nf
 
 ranger() {
-    command ranger --fail-if-run $@ &&
-    cd "$(grep \\^\\' ~/.ranger/bookmarks | cut -b3-)"
+    command ranger --fail-unless-cd $@ &&
+    cd "$(grep \\^\\' ~/.config/ranger/bookmarks | cut -b3-)"
 }
 .\"-----------------------------------------
 .SH CONFIGURATION
 The files in
 .B ranger/defaults/
 can be copied into your configuration directory (by default, this is
-$HOME/.ranger) and customized according to your wishes.  
-.B ranger/defaults/options.py
-doesn't have to be copied completely though: Just define those settings
-you want to change and they will override the default values.
-Colorschemes can be placed in $HOME/.ranger/colorschemes.
+~/.config/ranger) and customized according to your wishes.
+Most files don't have to be copied completely though: Just define those
+settings you want to add or change and they will override the defauls.
+Colorschemes can be placed in ~/.config/ranger/colorschemes.
 .P
 All configuration is done in Python.
 Each configuration file should contain sufficient documentation.
@@ -214,7 +214,7 @@ The mailing list:
 .RB < http://savannah.nongnu.org/mail/?group=ranger >
 .\"-----------------------------------------
 .SH BUGS
-Since Chuck Norris, the Texas Ranger, watches over this project, there ought
-to be no bugs.  If you think otherwise, please report them here:
+Please report them here and include as much relevant information
+as possible:
 .P
 .RB < http://savannah.nongnu.org/bugs/?group=ranger >