From cfbccb3821a252f76a764953e5e3a54293f4dc0f Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 16 Aug 2011 16:54:14 -0600 Subject: [PATCH] virsh: tweak misleading wording Fixes confusing docs introduced in commit 98369d3. * tools/virsh.c (cmdSnapshotParent): Operates on named snapshot, not current. --- tools/virsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} };