summaryrefslogtreecommitdiff
path: root/docs/cli.rst
diff options
context:
space:
mode:
authorcurrite <sll@disroot.org>2019-07-27 12:41:52 +0200
committercurrite <sll@disroot.org>2019-07-27 12:41:52 +0200
commit9979bd55ce68e5cb2624d15f4b87f710804b2b69 (patch)
tree6f95be9f62300718505ee135950530a86fc63d1b /docs/cli.rst
parentf357e38054a5b25e86b2b3e43a16c639ed0a8340 (diff)
downloadvyos-documentation-9979bd55ce68e5cb2624d15f4b87f710804b2b69.tar.gz
vyos-documentation-9979bd55ce68e5cb2624d15f4b87f710804b2b69.zip
add a reference and document normal scrolling
Diffstat (limited to 'docs/cli.rst')
-rw-r--r--docs/cli.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index cf8706d5..c1306c82 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -7,8 +7,7 @@ The VyOS CLI comprises an :ref:`commandtree_operationmode` and a :ref:`commandt
Operational mode allows for commands to perform operational system tasks and
view system and service status, while configuration mode allows for the
-modification of system configuration. The command tree page lists available
-commands and their functions.
+modification of system configuration. The :ref:`command tree page<commandtree>` lists available commands and their functions.
The CLI provides a built-in help system. In the CLI the **[?]** key may be used
to display available commands. The **[tab]** key can be used to auto-complete
@@ -53,6 +52,8 @@ Example showing possible show commands:
: q
vyos@vyos:~$
+You can scroll up with the keys [Shift]+[PageUp] and sroll down with [Shift]+[PageDown].
+
When the output of a command results in more lines than can be displayed on the
terminal screen the output is paginated as indicated by a : prompt.