about summary refs log tree commit diff stats
path: root/ranger/core/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/helper.py')
-rw-r--r--ranger/core/helper.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ranger/core/helper.py b/ranger/core/helper.py
index e95c0752..a4c56712 100644
--- a/ranger/core/helper.py
+++ b/ranger/core/helper.py
@@ -38,8 +38,9 @@ def parse_arguments():
 			help="activate debug mode")
 	parser.add_option('-c', '--clean', action='store_true',
 			help="don't touch/require any config files. ")
-	parser.add_option('--dont-copy-config', action='store_true',
-			help="dont copy the sample configs if they're not found")
+	parser.add_option('--copy-config', type='string', metavar='which',
+			help="copy the default configs to the local config directory. "
+			"Possible values: all, apps, commands, keys, options, scope")
 	parser.add_option('--fail-unless-cd', action='store_true',
 			help="experimental: return the exit code 1 if ranger is" \
 					"used to run a file (with `ranger filename`)")