diff options
author | hut <hut@lavabit.com> | 2011-09-23 20:52:01 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-09-23 20:52:01 +0200 |
commit | 5f5ddb15c5c9b6232fde15871a9fccbd30010c81 (patch) | |
tree | 675f185df8183d9b4fb1d57ecf0ccef9dfa64eba | |
parent | b86e3c3c4e3a029834176eaa5ae2eefb769ced1b (diff) | |
download | ranger-5f5ddb15c5c9b6232fde15871a9fccbd30010c81.tar.gz |
help.console: corrected numbers
-rw-r--r-- | ranger/help/console.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ranger/help/console.py b/ranger/help/console.py index 716740b9..2f3a75c8 100644 --- a/ranger/help/console.py +++ b/ranger/help/console.py @@ -133,13 +133,13 @@ are in different directories: ============================================================================== 3.4. The more complicated Commands in Detail -3.3.1. "find" +3.4.1. "find" The find command is different than others: it doesn't require you to press <RETURN>. To speed things up, it tries to guess when you're done typing and executes the command right away. The key "f" opens the console with ":find " -3.3.2. "shell" +3.4.2. "shell" The shell command accepts flags |25?| as the first argument. This example will use the "p"-flag, which pipes the output to the pager: :shell -p cat somefile.txt @@ -149,7 +149,7 @@ There are some shortcuts which open the console with the shell command: "@" opens ":shell %s" "#" opens ":shell -p " -3.3.3. "open_with" +3.4.3. "open_with" The open_with command is explained in detail in chapter 2.2. |22?| ============================================================================== |