diff options
-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) |