diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-01 10:38:23 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-01 20:21:23 +0000 |
commit | a14c16674023bd6672ca49e3551c707702711050 (patch) | |
tree | 8f6fcd2a22356a0d16dce12f3b2bbdefbb37d7e7 /docs/reference/vppvagrant/boxSetup.rst | |
parent | e126cc53317fcc38970d244bea2ddaf11e47702f (diff) |
docs: change code blocks from "shell" to "console"
Change-Id: I136fccfc06e07fb68d11df686c59687362fb8827
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/reference/vppvagrant/boxSetup.rst')
-rw-r--r-- | docs/reference/vppvagrant/boxSetup.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/vppvagrant/boxSetup.rst b/docs/reference/vppvagrant/boxSetup.rst index d23033da856..374ba349458 100644 --- a/docs/reference/vppvagrant/boxSetup.rst +++ b/docs/reference/vppvagrant/boxSetup.rst @@ -82,7 +82,7 @@ __________ Once you're satisfied with your *Vagrantfile*, boot the box with: -.. code-block:: console +.. code-block:: shell $ vagrant up @@ -106,19 +106,19 @@ To confirm it is up, show the status and information of Vagrant boxes with: To poweroff your VM, type: - .. code-block:: console + .. code-block:: shell $ vagrant halt <id> To resume your VM, type: - .. code-block:: console + .. code-block:: shell $ vagrant resume <id> To destroy your VM, type: - .. code-block:: console + .. code-block:: shell $ vagrant destroy <id> |