Update snapshot save documentation

Prior to this commit, the snapshot save command did not have the vm_name as part of the command.  

After this commit, the snapshot save command docs match the CLI --help.
This commit is contained in:
Nick Walker 2016-10-13 13:31:16 -07:00 committed by GitHub
parent 585ee76a00
commit 1d401ebc95
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ the pushed state.
# Snapshot Save
**Command: `vagrant snapshot save NAME`**
**Command: `vagrant snapshot save [vm-name] NAME`**
This command saves a new named snapshot. If this command is used, the
`push` and `pop` subcommands cannot be safely used.