mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: domifaddr: clarify description of --full option
Option --full will always display the name and MAC address of the the interface. Both virsh help and virsh man page didn't mention that. Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
committed by
John Ferlan
parent
15a37cdf88
commit
b3aaff56db
@@ -2153,7 +2153,7 @@ static const vshCmdOptDef opts_domifaddr[] = {
|
||||
{.name = "full",
|
||||
.type = VSH_OT_BOOL,
|
||||
.flags = VSH_OFLAG_NONE,
|
||||
.help = N_("display full fields")},
|
||||
.help = N_("always display names and MACs of interfaces")},
|
||||
{.name = "source",
|
||||
.type = VSH_OT_STRING,
|
||||
.flags = VSH_OFLAG_NONE,
|
||||
|
||||
Reference in New Issue
Block a user