On 2012年04月19日 17:03, Peter Krempa wrote:
---
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
ACK. But how about "short domain description (title)"?
Osier