diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:57 +0200 |
| commit | 9d9b149b81f5ea5fe53ac383fda9cf3afb96b30f (patch) | |
| tree | a47c80e4d962d3f2202dbab41e2744c921fb8567 /clients/cli/nmcli.c | |
| parent | 03218e6d85e6654bd942b7531ba48b9d9535d55f (diff) | |
| parent | 069cb5c3a525ebcc19cc2927964258acaca87b13 (diff) | |
Update upstream source from tag 'upstream/1.11.90'
Update to upstream version '1.11.90' with Debian dir 13153fad72263d24704dca73c994fe8f7bfd3a28
Diffstat (limited to 'clients/cli/nmcli.c')
| -rw-r--r-- | clients/cli/nmcli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/cli/nmcli.c b/clients/cli/nmcli.c index e9752952..6407f50b 100644 --- a/clients/cli/nmcli.c +++ b/clients/cli/nmcli.c @@ -188,8 +188,8 @@ complete_fields (const char *option, const char *prefix) complete_field (h, metagen_ip4_config); complete_field (h, nmc_fields_dhcp_config); complete_field (h, nmc_fields_ip6_config); - complete_field (h, nmc_fields_con_show); - complete_field (h, nmc_fields_con_active_details_general); + complete_field (h, metagen_con_show); + complete_field (h, metagen_con_active_general); complete_field (h, nmc_fields_con_active_details_vpn); complete_field (h, nmc_fields_con_active_details_groups); complete_field (h, nmc_fields_dev_status); |