diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-03-22 07:19:08 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-22 07:19:08 +0700 |
commit | 9e4aca97b8bc0bdc8d79b81bc11ca95ff4aff19a (patch) | |
tree | 253a85ec3f5328d57a830cdb7245fb0eb935c1bd /docs/cli.rst | |
parent | a8c38849ae422494c4df1c8b6b9e9849f434bea2 (diff) | |
parent | 8a59878c3c5a39438f709478911f136762d290cc (diff) | |
download | vyos-documentation-9e4aca97b8bc0bdc8d79b81bc11ca95ff4aff19a.tar.gz vyos-documentation-9e4aca97b8bc0bdc8d79b81bc11ca95ff4aff19a.zip |
Merge pull request #17 from rebortg/commandtree
add Config Tree and op mode
Diffstat (limited to 'docs/cli.rst')
-rw-r--r-- | docs/cli.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 66144fce..cf8706d5 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -3,7 +3,7 @@ Command-Line Interface ====================== -The VyOS CLI comprises an **operational mode** and a **configuration mode**. +The VyOS CLI comprises an :ref:`commandtree_operationmode` and a :ref:`commandtree_configmode`. Operational mode allows for commands to perform operational system tasks and view system and service status, while configuration mode allows for the |