summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-06 12:23:00 -0400
committerRichard W.M. Jones <rjones@redhat.com>2011-05-06 13:04:19 -0400
commit87fb6d852db04d0d707e6587d4579d1cf2bd05ef (patch)
tree93bdbad050a3618b7a7c3d71f36341932ea1ef57 /rescue
parentbe3b028d7f2fadd8d2107a419393511e4510d0a4 (diff)
downloadlibguestfs-87fb6d852db04d0d707e6587d4579d1cf2bd05ef.tar.gz
libguestfs-87fb6d852db04d0d707e6587d4579d1cf2bd05ef.tar.xz
libguestfs-87fb6d852db04d0d707e6587d4579d1cf2bd05ef.zip
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
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/virt-rescue.pod3
1 files changed, 2 insertions, 1 deletions
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|..>