summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-05 05:43:33 +0100
committerhut <hut@lavabit.com>2010-01-05 05:43:33 +0100
commit535a9bd1091a14ed817a3b5663264d225e1d794d (patch)
tree5fa545d63b5e9f06c73f8de2b01a7d01b314fa1d
parenta329c0c2b1c77f372e90b2b4395ff18011a1d406 (diff)
downloadranger-535a9bd1091a14ed817a3b5663264d225e1d794d.tar.gz
help: fixed typo
-rw-r--r--ranger/help/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/help/__init__.py b/ranger/help/__init__.py
index c6d762d6..42c2cde5 100644
--- a/ranger/help/__init__.py
+++ b/ranger/help/__init__.py
@@ -6,7 +6,7 @@ NO_TOPIC = """The help topic was not found."""
 
 NO_HELP = """No help was found.
 
-Possibly the program was invoked with "python -QQ" which
+Possibly the program was invoked with "python -OO" which
 discards all documentation."""
 
 HELP_TOPICS = ('index', 'movement')
'n112' href='#n112'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158