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:
Thomas Haller 2013-11-18 12:05:01 +01:00
parent 3e7ad0c439
commit df7406fcf2

View file

@ -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)