mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 06:30:21 +01:00
cli: add 'config' option to bash completion when adding team-slave connection
Like 'team', 'team-slave' also understands the property 'config'. Add it to bash completion for the 'connection add' command. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
3e7ad0c439
commit
df7406fcf2
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ _nmcli()
|
|||
OPTIONS_TYPED=(config)
|
||||
;;
|
||||
team-|team-s|team-sl|team-sla|team-slav|team-slave)
|
||||
OPTIONS_TYPED=(master)
|
||||
OPTIONS_TYPED=(master config)
|
||||
OPTIONS_MANDATORY=(master)
|
||||
;;
|
||||
bridge)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue