于 2011年07月26日 09:48, Dave Allan 写道:
The description of the list command seemed to suggest that it could
take a set of domains as an argument, which is not correct in the
current HEAD. If virsh list is intended to take a list of domains,
then this patch should be NAK'd and a bug opened against virsh list.
Reported by hachi on #virt
---
tools/virsh.pod | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod
index dd3457c..b72a734 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -268,8 +268,8 @@ Inject NMI to the guest.
=item B<list> [I<--inactive> | I<--all>]
-Prints information about one or more domains. If no domains are
-specified it prints out information about running domains.
+Prints information about defined domains.
the transient domains can also be listed.
If no options are specified
+it prints out information about running domains.
this looks good.
An example format for the list is as follows: