summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-04-26 17:43:13 +0200
committerThomas Haller <thaller@redhat.com>2018-07-09 15:43:55 +0200
commit096ac93f8aeeac8feb15859c8d9ba147b245e2bc (patch)
tree0f40ee868540a8f353d574ac6a521a32791e77ca /clients/cli/nmcli.c
parent59ea03cc0825997a58c2f65f4f9170b0dadd6578 (diff)
downloadNetworkManager-096ac93f8aeeac8feb15859c8d9ba147b245e2bc.tar.gz
cli: rework printing of dhcp options
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 63d0959953..cecd5f3fbf 100644
--- a/clients/cli/nmcli.c
+++ b/clients/cli/nmcli.c
@@ -189,7 +189,7 @@ complete_fields (const char *option, const char *prefix)
h = g_hash_table_new_full (nm_str_hash, g_str_equal, g_free, NULL);
complete_field (h, metagen_ip4_config);
- complete_field (h, nmc_fields_dhcp_config);
+ complete_field (h, metagen_dhcp_config);
complete_field (h, nmc_fields_ip6_config);
complete_field (h, metagen_con_show);
complete_field (h, metagen_con_active_general);