about 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')