From 1d401ebc95b44695223ca00441c08db02c7d3dda Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Thu, 13 Oct 2016 13:31:16 -0700 Subject: [PATCH] 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. --- website/source/docs/cli/snapshot.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/cli/snapshot.html.md b/website/source/docs/cli/snapshot.html.md index 432336dea..7c83c3138 100644 --- a/website/source/docs/cli/snapshot.html.md +++ b/website/source/docs/cli/snapshot.html.md @@ -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.