diff options
author | hut <hut@lavabit.com> | 2010-07-17 02:45:58 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-07-17 02:45:58 +0200 |
commit | bbe783498ca9afaa8ddcde21ae9327f476a24442 (patch) | |
tree | 3e97d12868318da72a7c8858f628317ab4a46c47 | |
parent | 8b9099835d30fc155ba6e810e75b45fff027b630 (diff) | |
download | ranger-bbe783498ca9afaa8ddcde21ae9327f476a24442.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 d1764841..3768a79a 100644 --- a/ranger/help/console.py +++ b/ranger/help/console.py @@ -186,7 +186,7 @@ There is a special syntax for more control: !@ mplayer will open the selected files with mplayer (equivalent to !mplayer %s) -Those two can be combinated: +Those two can be combined: !d!@mplayer will open the selection with a detached mplayer (again, this is equivalent to !d!mplayer %s) |