
On 04/19/2012 11:03 AM, Peter Krempa wrote:
--- tools/virsh.pod | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) Effect of this patch on the manpage:
Before: If --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 --table output. virsh list --title Id Name State Title ----------------------------------------------- 0 Domain-0 running Mailserver 1 2 fedora paused After: If --title is specified, then the short domain description - title - is printed. This flag is usable only with the default --table output. Example: virsh list --title Id Name State Title ----------------------------------------------- 0 Domain-0 running Mailserver 1 2 fedora paused