From 87fb6d852db04d0d707e6587d4579d1cf2bd05ef Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 6 May 2011 12:23:00 -0400 Subject: fish: Allow -d UUID (specify libvirt domains by UUID). This applies in all the commands which use the common C option parsing code, ie: * guestfish * guestmount * virt-cat * virt-df * virt-filesystems * virt-inspector * virt-ls * virt-rescue --- rescue/virt-rescue.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rescue/virt-rescue.pod') diff --git a/rescue/virt-rescue.pod b/rescue/virt-rescue.pod index f56acd00..81a24cfe 100755 --- a/rescue/virt-rescue.pod +++ b/rescue/virt-rescue.pod @@ -118,7 +118,8 @@ not used at all. =item B<--domain> guest -Add all the disks from the named libvirt guest. +Add all the disks from the named libvirt guest. Domain UUIDs can be +used instead of names. =item B<--format=raw|qcow2|..> -- cgit