summary refs log tree commit diff stats
path: root/ranger
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 /ranger
parentd92c4af3688e01836a87b7684228d9327a828c7e (diff)
downloadranger-f93538d4a07b26d912878d4a4c5337dfb8896fd0.tar.gz
core.helper: finally removed obsolete option --fail-if-run
Diffstat (limited to 'ranger')
-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',
ers'>
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124