mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
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…
x
Reference in New Issue
Block a user