[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:54:40 UTC 2012


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




More information about the libvir-list mailing list