From: Eric Blake Date: Tue, 16 Aug 2011 22:54:14 +0000 (-0600) Subject: virsh: tweak misleading wording X-Git-Tag: v0.9.5-rc1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbccb3821a252f76a764953e5e3a54293f4dc0f;p=thirdparty%2Flibvirt.git virsh: tweak misleading wording Fixes confusing docs introduced in commit 98369d3. * tools/virsh.c (cmdSnapshotParent): Operates on named snapshot, not current. --- diff --git a/tools/virsh.c b/tools/virsh.c index 51ba0a8036..49917f3895 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -12282,7 +12282,7 @@ cleanup: * "snapshot-parent" command */ static const vshCmdInfo info_snapshot_parent[] = { - {"help", N_("Get the name of the parent of the current snapshot")}, + {"help", N_("Get the name of the parent of a snapshot")}, {"desc", N_("Extract the snapshot's parent, if any")}, {NULL, NULL} };