summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-08 23:09:55 +0200
committerhut <hut@lavabit.com>2011-10-08 23:09:55 +0200
commitf93538d4a07b26d912878d4a4c5337dfb8896fd0 (patch)
tree8403f996a383522c1d50cb177051c84e1a9dd541
parentd92c4af3688e01836a87b7684228d9327a828c7e (diff)
downloadranger-f93538d4a07b26d912878d4a4c5337dfb8896fd0.tar.gz
core.helper: finally removed obsolete option --fail-if-run
-rw-r--r--ranger/core/helper.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ranger/core/helper.py b/ranger/core/helper.py
index 64508ef7..b996d2bb 100644
--- a/ranger/core/helper.py
+++ b/ranger/core/helper.py
@@ -38,8 +38,6 @@ 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('--fail-if-run', action='store_true', # COMPAT
-			help=SUPPRESS_HELP)
 	parser.add_option('--dont-copy-config', action='store_true',
 			help="dont copy the sample configs if they're not found")
 	parser.add_option('--fail-unless-cd', action='store_true',