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

Osier Yang jyang at redhat.com
Thu Apr 19 10:01:34 UTC 2012


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




More information about the libvir-list mailing list