From 24bfda3a1e7a8592cb7381d666ed141860a2ec84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 12 May 2015 15:29:13 +0200 Subject: [PATCH] Feature #2132: Small change in deferred snapshot help --- src/cli/onevm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/onevm b/src/cli/onevm index 7d6d37dff8..714a1d8d10 100755 --- a/src/cli/onevm +++ b/src/cli/onevm @@ -300,7 +300,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do disk_snapshot_desc = <<-EOT.unindent Sets the specified VM disk to be saved in a new Image. The Image is - created immediately, but the contents are saved only if the VM is + created immediately, but the contents are saved only after the VM is shut down gracefully (i.e., using 'onevm shutdown' and not 'onevm delete')