mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 03:00:29 +01:00
nmcli: (trivial) add comment
This commit is contained in:
parent
7b589a0aef
commit
4fa2e1422d
1 changed files with 3 additions and 1 deletions
|
|
@ -1097,8 +1097,10 @@ show_device_info (NMDevice *device, NmCli *nmc)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* Main header */
|
||||
/* Main header (pretty only) */
|
||||
nmc->print_fields.header_name = (char *) construct_header_name (base_hdr, nm_device_get_iface (device));
|
||||
|
||||
/* Lazy way to retrieve sorted array from 0 to the number of dev fields */
|
||||
nmc->print_fields.indices = parse_output_fields (NMC_FIELDS_DEV_SHOW_GENERAL_ALL,
|
||||
nmc_fields_dev_show_general, FALSE, NULL, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue