Merge pull request #6983 from rightsaidjames/docs-cli-destroy-typo-fix
Changed "`destroy command`" to "`destroy` command"
This commit is contained in:
commit
c65c6216fa
|
@ -27,7 +27,7 @@ directory containing the `shutdown` command.
|
||||||
* `-f` or `--force` - Do not ask for confirmation before destroying.
|
* `-f` or `--force` - Do not ask for confirmation before destroying.
|
||||||
|
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
The `destroy command` does not remove a box that may have been installed on
|
The `destroy` command does not remove a box that may have been installed on
|
||||||
your computer during `vagrant up`. Thus, even if you run `vagrant destroy`,
|
your computer during `vagrant up`. Thus, even if you run `vagrant destroy`,
|
||||||
the box installed in the system will still be present on the hard drive. To
|
the box installed in the system will still be present on the hard drive. To
|
||||||
return your computer to the state as it was before `vagrant up` command, you
|
return your computer to the state as it was before `vagrant up` command, you
|
||||||
|
|
Loading…
Reference in New Issue