]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: tweak misleading wording
authorEric Blake <eblake@redhat.com>
Tue, 16 Aug 2011 22:54:14 +0000 (16:54 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 16 Aug 2011 23:22:41 +0000 (17:22 -0600)
Fixes confusing docs introduced in commit 98369d3.

* tools/virsh.c (cmdSnapshotParent): Operates on named snapshot,
not current.

tools/virsh.c

index 51ba0a803694658b22ed9de5bb02e5386bc1ecc7..49917f3895a058d3298944d259cb3d41c8beb654 100644 (file)
@@ -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}
 };