aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.pod.17
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index dd387c92ff..7b1f2cf314 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -527,7 +527,7 @@ List specifically for that domain. Otherwise, list for all domains.
=back
-=item B<shutdown> [I<OPTIONS>] I<domain-id>
+=item B<shutdown> [I<OPTIONS>] I<-a|domain-id>
Gracefully shuts down a domain. This coordinates with the domain OS
to perform graceful shutdown, so there is no guarantee that it will
@@ -550,6 +550,11 @@ B<OPTIONS>
=over 4
+=item B<-a>, B<--all>
+
+Shutdown all guest domains. Often used when doing a complete shutdown
+of a Xen system.
+
=item B<-w>, B<--wait>
Wait for the domain to complete shutdown before returning.