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:
parent
585ee76a00
commit
1d401ebc95
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue