diff options
author | hut <hut@lavabit.com> | 2011-10-10 22:45:17 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-10 22:48:25 +0200 |
commit | 1008f630fbb854849ab8debb128d09b450ba7e16 (patch) | |
tree | c773c06a8f128548429bdc6e436012f6efec43a5 /ranger | |
parent | 43226a26b7df6cb58f033dc3e3a3e03f755bad72 (diff) | |
download | ranger-1008f630fbb854849ab8debb128d09b450ba7e16.tar.gz |
fixed some documentation
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/core/helper.py | 2 |
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`)") |