summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-04-26 20:28:02 +0200
committerThomas Haller <thaller@redhat.com>2018-07-09 15:43:55 +0200
commit283b1d18b74f4ee99d6317996a91a35c5aaffe66 (patch)
tree6b5613b440302f9f3bf9953f2b64bf89797d6b58 /clients/cli/nmcli.c
parent940979a5a6a2fc1e2d56afcdeeaf2a423ca8c657 (diff)
downloadNetworkManager-283b1d18b74f4ee99d6317996a91a35c5aaffe66.tar.gz
cli: rework printing of device status
Diffstat (limited to 'clients/cli/nmcli.c')
-rw-r--r--clients/cli/nmcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/nmcli.c b/clients/cli/nmcli.c
index 361cc3d3a9..92efd7e854 100644
--- a/clients/cli/nmcli.c
+++ b/clients/cli/nmcli.c
@@ -195,7 +195,7 @@ complete_fields (const char *option, const char *prefix)
complete_field (h, metagen_con_active_general);
complete_field (h, metagen_con_active_vpn);
complete_field (h, nmc_fields_con_active_details_groups);
- complete_field (h, nmc_fields_dev_status);
+ complete_field (h, metagen_device_status);
complete_field (h, nmc_fields_dev_show_general);
complete_field (h, nmc_fields_dev_show_connections);
complete_field (h, nmc_fields_dev_show_cap);