diff options
author | hut <hut@lavabit.com> | 2013-02-18 00:29:27 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-18 00:29:27 +0100 |
commit | a385c76ace33210b67de07e23a4a0681e1bdfe9c (patch) | |
tree | 2a65a16e9ea03a9975bc8b277b48169c27e0b7a4 /ranger | |
parent | ef6fcb2da8aa477289d121b679f08f460951a978 (diff) | |
download | ranger-a385c76ace33210b67de07e23a4a0681e1bdfe9c.tar.gz |
ranger.__init__: change [path/filename] to [path] in USAGE
this indicates that ranger should not be used as a file launcher anymore, since it now ships with the standalone program `rifle'.
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py index 6894258d..2dbffb7e 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -26,7 +26,7 @@ MAX_RESTORABLE_TABS = 3 MACRO_DELIMITER = '%' DEFAULT_PAGER = 'less' LOGFILE = '/tmp/ranger_errorlog' -USAGE = '%prog [options] [path/filename]' +USAGE = '%prog [options] [path]' VERSION = 'ranger-master %s\n\nPython %s' % (__version__, sys.version) # If the environment variable XDG_CONFIG_HOME is non-empty, CONFDIR is ignored |