diff options
author | hut <hut@lavabit.com> | 2011-10-08 21:34:50 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-08 21:34:50 +0200 |
commit | b62f5fbe203414521461e30e70af243dc257c49c (patch) | |
tree | 9d247fa4702d6e7167f1fc216866c5fbb0321dda /doc | |
parent | ca202490c3aa5f6de04f5524f40eb704660828bd (diff) | |
download | ranger-b62f5fbe203414521461e30e70af243dc257c49c.tar.gz |
ranger.1: added doc for --dont-copy-config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 9 | ||||
-rw-r--r-- | doc/ranger.pod | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 2e9ed749..271316ac 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -172,11 +172,10 @@ 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\-\-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\-\-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\-\-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 ee4757ac..86157d23 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -60,11 +60,10 @@ 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<--copy-config>=I<file> +=item B<--dont-copy-config> -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>. +By default, ranger copies example configuration files to your configuration +directory (usually F<~/.config/ranger>.) This option disables that feature. =item B<--list-unused-keys> |