diff options
author | hut <hut@lavabit.com> | 2011-09-25 00:12:28 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-09-25 00:12:28 +0200 |
commit | dbb04b860eb2cae2024523dd18b45401cc81e610 (patch) | |
tree | 6de3beec8a184908d960e4d249bae6322421e7f4 | |
parent | ad9ad4165984335607c6e3ce15192c6df50edcea (diff) | |
download | ranger-dbb04b860eb2cae2024523dd18b45401cc81e610.tar.gz |
help.console: typo
-rw-r--r-- | ranger/help/console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/help/console.py b/ranger/help/console.py index 7ae4df28..e25b5b5e 100644 --- a/ranger/help/console.py +++ b/ranger/help/console.py @@ -68,7 +68,7 @@ it conflicts with ":cd". :find <regexp> Quickly find files that match the regexp and execute the first - unambiguous match. + unambiguous match. :grep <string> Looks for a string in all marked files or directory. |