diff options
author | chu4ng <shichuang@horsefucker.org> | 2021-01-22 14:58:28 +0300 |
---|---|---|
committer | chu4ng <shichuang@horsefucker.org> | 2021-01-22 14:58:28 +0300 |
commit | 9f182ab08b8749c8ba7ad350ea4cad64ab1b2b96 (patch) | |
tree | 2086a43d0f14d0bf0e785d253a308b1ed7c8c858 | |
parent | 29a3b98930eabd72e3b65683e1c7f709465d0e25 (diff) | |
download | ranger-9f182ab08b8749c8ba7ad350ea4cad64ab1b2b96.tar.gz |
Small doc fix for more lucidity
-rwxr-xr-x | ranger/config/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 3f7fc57d..bef471c8 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -828,7 +828,7 @@ class mark_tag(Command): class console(Command): - """:console [-p N] [-s sep] <command> + """:console [-p N | -s sep] <command> Flags: -p N Set position at N index |