[libvirt] [PATCH] virsh: Fix and clarify the --title flag for the list command in man page

Peter Krempa pkrempa at redhat.com
Thu Apr 19 09:03:23 UTC 2012


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

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 140d8e8..25751b6 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -398,13 +398,14 @@ may be combined. Default behavior is as though both were specified. (Note that
 if any of these flags is specified, the check for the persistence state is done
 and may fail. If none of these flags is specified, the check is skipped.)

-If I<--title> is specified, then the domain note is printed. The output then
-the output looks as follows. This flag is usable only with the default
-I<--table> output.
+If I<--title> is specified, then the short domain description - title - is
+printed. This flag is usable only with the default I<--table> output.
+
+Example:

 B<virsh> list --title
  Id Name                 State      Title
------------------------------------------------
+ -----------------------------------------------
   0 Domain-0             running    Mailserver 1
   2 fedora               paused

-- 
1.7.3.4




More information about the libvir-list mailing list