mirror of https://gitee.com/openkylin/libvirt.git
virsh: tweak misleading wording
Fixes confusing docs introduced in commit 98369d3
.
* tools/virsh.c (cmdSnapshotParent): Operates on named snapshot,
not current.
This commit is contained in:
parent
d48a0597e3
commit
cfbccb3821
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue