diff options
author | Yuriy Andamasov <andamasov@gmail.com> | 2019-07-30 13:49:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 13:49:32 +0200 |
commit | bb0d033dc1bae6f0a974c10394f3dc44fc6499de (patch) | |
tree | c3a04bb53a41d376efb3bbed626709daec69b931 /docs/cli.rst | |
parent | c0420dadb2e81cd0628a24cdba89c2bb219f5bc8 (diff) | |
parent | 6b369fff64b02e4134a6e22949ce7a3334598fed (diff) | |
download | vyos-documentation-bb0d033dc1bae6f0a974c10394f3dc44fc6499de.tar.gz vyos-documentation-bb0d033dc1bae6f0a974c10394f3dc44fc6499de.zip |
Merge pull request #83 from currite/edit_conf_overview
Welcome to the Project! Thanks for the contribution!
Diffstat (limited to 'docs/cli.rst')
-rw-r--r-- | docs/cli.rst | 5 |
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. |