Skip to content

Commit

Permalink
cli: sync branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg committed Jan 31, 2023
1 parent e4bd82f commit 6785b02
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ To enter configuration mode use the ``configure`` command:

.. code-block:: none
vyos@vyos:~# exit
exit
vyos@vyos:~$
vyos@vyos:~# exit
exit
vyos@vyos:~$
See the configuration section of this document for more information on
configuration mode.
Expand Down Expand Up @@ -334,7 +334,6 @@ special way on how to :ref:`run_opmode_from_config_mode`.
}
The config mode
---------------

Expand Down Expand Up @@ -509,7 +508,7 @@ different levels in the hierarchy.
Use this command to preserve configuration changes upon reboot. By
default it is stored at */config/config.boot*. In the case you want
to store the configuration file somewhere else, you can add a local
path, an SCP address, an FTP address or a TFTP address.
path, a SCP address, a FTP address or a TFTP address.

.. code-block:: none
Expand Down Expand Up @@ -560,7 +559,7 @@ different levels in the hierarchy.
a firewall, and you are not sure there are no mistakes that will lock
you out of your system. You can use confirmed commit. If you issue
the ``commit-confirm`` command, your changes will be commited, and if
you don't issue issue the ``confirm`` command in 10 minutes, your
you don't issue the ``confirm`` command in 10 minutes, your
system will reboot into previous config revision.

.. code-block:: none
Expand Down

0 comments on commit 6785b02

Please sign in to comment.