mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: Fix and clarify the --title flag for the list command in man page
This commit is contained in:
parent
ee20ec4cdb
commit
b83d76d40e
@ -398,13 +398,15 @@ 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
|
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.)
|
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
|
If I<--title> is specified, then the short domain description (title) is
|
||||||
the output looks as follows. This flag is usable only with the default
|
printed in an extra column. This flag is usable only with the default
|
||||||
I<--table> output.
|
I<--table> output.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
B<virsh> list --title
|
B<virsh> list --title
|
||||||
Id Name State Title
|
Id Name State Title
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
0 Domain-0 running Mailserver 1
|
0 Domain-0 running Mailserver 1
|
||||||
2 fedora paused
|
2 fedora paused
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user