summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-11-18 12:05:01 +0100
committerThomas Haller <thaller@redhat.com>2013-11-18 12:12:20 +0100
commitdf7406fcf26e9c24fc1e3de2c310948802f374c4 (patch)
tree88c3faafbf06ab131b6fe4141c58d5ddd8f4e178
parent3e7ad0c439cbfe7084c5533613de5b05ecb39fc4 (diff)
downloadNetworkManager-df7406fcf26e9c24fc1e3de2c310948802f374c4.tar.gz
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>
-rw-r--r--cli/completion/nmcli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/completion/nmcli b/cli/completion/nmcli
index ff6b6ad648..753617faaf 100644
--- a/cli/completion/nmcli
+++ b/cli/completion/nmcli
@@ -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)