summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/ranger.19
-rw-r--r--doc/ranger.pod7
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>
 
to linker' href='/danisanti/profani-tty/commit/configure.ac?id=7d6e64a53a40da1896ebaa17ffbbbe6cd2d02786'>7d6e64a5 ^
03dd5f58 ^



03dd5f58 ^

d28930ea ^

03dd5f58 ^

5b769a3f ^

03dd5f58 ^
7ea02c71 ^
c588a118 ^

020e516a ^



28f5cdf7 ^
2655d9e8 ^

d28930ea ^


8e0d8d2a ^
11066f20 ^
5b769a3f ^
03dd5f58 ^

11066f20 ^
c9ed5834 ^
c2e94bfb ^
2655d9e8 ^
b80bf037 ^
3c062438 ^



11066f20 ^

2655d9e8 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81