diff options
-rw-r--r-- | ranger/help/__init__.py | 2 |
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') |