[libvirt] [PATCH] virsh: Fix docs for list command

Peter Krempa pkrempa at redhat.com
Tue Feb 21 14:10:40 UTC 2012


Commit fad5cd210899dfde4afe36712754dc921c3f3051 introduced option to
display domain's title in the list command output. There was a mistake
in the virsh man page example for this command stating --note instead of
--title.
---
Pushed under trivial rule.

 tools/virsh.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 6730b8b..0d5a41d 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -353,7 +353,7 @@ instead show as B<saved> in the listing.
 If I<--title> is specified, then the domain note is printed. The output then
 the output looks as follows.

-B<virsh> list --note
+B<virsh> list --title
  Id Name                 State      Title
 -----------------------------------------------
   0 Domain-0             running    Mailserver 1
-- 
1.7.3.4




More information about the libvir-list mailing list