mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 14:48:10 +02:00
cli: fix missing type option 'team' in mcli completion
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
a74d3678d1
commit
ed08a3fe04
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ _nmcli_complete_COMMAND_ARGS()
|
||||||
# user friendly. Only complete them, if the current word already starts with an "8".
|
# user friendly. Only complete them, if the current word already starts with an "8".
|
||||||
_nmcli_list "802-3-ethernet 802-11-wireless 802-11-olpc-mesh"
|
_nmcli_list "802-3-ethernet 802-11-wireless 802-11-olpc-mesh"
|
||||||
else
|
else
|
||||||
_nmcli_list "ethernet wifi wimax gsm cdma infiniband adsl bluetooth vpn olpc-mesh vlan bond bridge bond-slave bridge-slave"
|
_nmcli_list "ethernet wifi wimax gsm cdma infiniband adsl bluetooth vpn olpc-mesh vlan bond bond-slave bridge bridge-slave team team-slave"
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue