aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2012-09-17 10:57:41 +0200
committerPeter Krempa <pkrempa@redhat.com>2012-09-17 16:35:24 +0200
commit60b0284f24c3187bfa2225f1715c30b9d6a2eb1c (patch)
treead314c41df11c8270b373fa5ec1a215a6258f9ce /tools
parentBuild: Fix typos which cause build failure (diff)
downloadlibvirt-60b0284f24c3187bfa2225f1715c30b9d6a2eb1c.tar.gz
libvirt-60b0284f24c3187bfa2225f1715c30b9d6a2eb1c.tar.bz2
libvirt-60b0284f24c3187bfa2225f1715c30b9d6a2eb1c.zip
virsh: Clarify behavior of domain list filtering.
Some combinations of filtering flags produce no result. This patch tries to clarify this.
Diffstat (limited to 'tools')
-rw-r--r--tools/virsh.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod
index c6f205aab..bb135dad9 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -395,10 +395,11 @@ into s3 state.
Normally only active domains are listed. To list inactive domains specify
I<--inactive> or I<--all> to list both active and inactive domains.
-To filter the list of domains present on the hypervisor you may specify one or
-more of filtering flags supported by the B<list> command. These flags are
-grouped by function. Specifying one or more flags from a group enables the
-filter group. Supported filtering flags and groups:
+To further filter the list of domains you may specify one or more of filtering
+flags supported by the B<list> command. These flags are grouped by function.
+Specifying one or more flags from a group enables the filter group. Note that
+some combinations of flags may yield no results. Supported filtering flags and
+groups:
=over 4