about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 6d750ffb..497e69ce 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -33,6 +33,6 @@ RANGERDIR = os.path.dirname(__file__)
 
 sys.path.append(CONFDIR)
 
-USAGE = '''%s [options] [path/filename]'''
+USAGE = '%prog [options] [path/filename]'
 
 from ranger.__main__ import main