diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-05-06 12:23:00 -0400 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-05-06 13:04:19 -0400 |
commit | 87fb6d852db04d0d707e6587d4579d1cf2bd05ef (patch) | |
tree | 93bdbad050a3618b7a7c3d71f36341932ea1ef57 /cat | |
parent | be3b028d7f2fadd8d2107a419393511e4510d0a4 (diff) | |
download | libguestfs-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 'cat')
-rwxr-xr-x | cat/virt-cat.pod | 3 | ||||
-rwxr-xr-x | cat/virt-filesystems.pod | 3 | ||||
-rwxr-xr-x | cat/virt-ls.pod | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index 4ec9a0b4..af8b8f48 100755 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -92,7 +92,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<--echo-keys> diff --git a/cat/virt-filesystems.pod b/cat/virt-filesystems.pod index fac139b1..3ba925f7 100755 --- a/cat/virt-filesystems.pod +++ b/cat/virt-filesystems.pod @@ -142,7 +142,8 @@ read L</NOTE ABOUT CSV FORMAT> below. =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<--echo-keys> diff --git a/cat/virt-ls.pod b/cat/virt-ls.pod index 1ba7417e..dc3093aa 100755 --- a/cat/virt-ls.pod +++ b/cat/virt-ls.pod @@ -92,7 +92,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<--echo-keys> |