]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: man: Fix spelling of parameters for --memspec in snapshot-create-as
authorShanzhi Yu <shyu@redhat.com>
Fri, 28 Mar 2014 11:38:03 +0000 (19:38 +0800)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 31 Mar 2014 12:06:41 +0000 (14:06 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=1080859

Snapshot type should be no, internal, or external.

tools/virsh.pod

index 20352cb440d208e6c67964c9407ad11546e1511a..ba2da20b31c0eb73af1bddf060ed6debfe95ba29 100644 (file)
@@ -3070,7 +3070,7 @@ is specified, the snapshot will not include vm state.
 The I<--memspec> option can be used to control whether a checkpoint
 is internal or external.  The I<--memspec> flag is mandatory, followed
 by a B<memspec> of the form B<[file=]name[,snapshot=type]>, where
-type can be B<none>, B<internal>, or B<external>.  To include a literal
+type can be B<no>, B<internal>, or B<external>.  To include a literal
 comma in B<file=name>, escape it with a second comma. I<--memspec> cannot
 be used together with I<--disk-only>.