diff options
-rw-r--r-- | doc/ranger.1 | 9 | ||||
-rw-r--r-- | doc/ranger.pod | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index eda44728..ea816aa3 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -172,10 +172,11 @@ you open a file, ranger will exit and write the name of that file into .IX Item "--choosedir=targetfile" Allows you to pick a directory with ranger. When you exit ranger, it will write the last visited directory into \fItargetfile\fR. -.IP "\fB\-\-dont\-copy\-config\fR" 14 -.IX Item "--dont-copy-config" -By default, ranger copies example configuration files to your configuration -directory (usually \fI~/.config/ranger\fR.) This option disables that feature. +.IP "\fB\-\-copy\-config\fR=\fIfile\fR" 14 +.IX Item "--copy-config=file" +Create copies of the default configuration files in your local configuration +directory. Existing ones will not be overwritten. Possible values: \fIall\fR, +\&\fIapps\fR, \fIcommands\fR, \fIkeys\fR, \fIoptions\fR, \fIscope\fR. .IP "\fB\-\-list\-unused\-keys\fR" 14 .IX Item "--list-unused-keys" List common keys which are not bound to any action in the \*(L"browser\*(R" context. diff --git a/doc/ranger.pod b/doc/ranger.pod index d7d01f41..a908e1e1 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -60,10 +60,11 @@ I<targetfile>. Allows you to pick a directory with ranger. When you exit ranger, it will write the last visited directory into I<targetfile>. -=item B<--dont-copy-config> +=item B<--copy-config>=I<file> -By default, ranger copies example configuration files to your configuration -directory (usually F<~/.config/ranger>.) This option disables that feature. +Create copies of the default configuration files in your local configuration +directory. Existing ones will not be overwritten. Possible values: I<all>, +I<apps>, I<commands>, I<keys>, I<options>, I<scope>. =item B<--list-unused-keys> |