summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-10 22:45:17 +0200
committerhut <hut@lavabit.com>2011-10-10 22:48:25 +0200
commit1008f630fbb854849ab8debb128d09b450ba7e16 (patch)
treec773c06a8f128548429bdc6e436012f6efec43a5 /ranger
parent43226a26b7df6cb58f033dc3e3a3e03f755bad72 (diff)
downloadranger-1008f630fbb854849ab8debb128d09b450ba7e16.tar.gz
fixed some documentation
Diffstat (limited to 'ranger')
-rw-r--r--ranger/core/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/helper.py b/ranger/core/helper.py
index 5c93a734..45db80e9 100644
--- a/ranger/core/helper.py
+++ b/ranger/core/helper.py
@@ -40,7 +40,7 @@ def parse_arguments():
 			help="don't touch/require any config files. ")
 	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")
+			"Possible values: all, rc, apps, commands, 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`)")