summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-01-10 17:36:34 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-01-10 23:17:41 +0900
commitf568dcd1013877b65d9b0ef4333d4cfdba19819c (patch)
tree2aa1a30310773ff527f8f72cefc4ce9129a5f197 /shell-completion
parent6d92077e39acab9ef1e257a8e0cd8dd8b2bd3136 (diff)
bash-completion: networkctl: 'list' and 'lldp' can take links
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/networkctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl
index 0c36aaf464..fb92c675d2 100644
--- a/shell-completion/bash/networkctl
+++ b/shell-completion/bash/networkctl
@@ -37,8 +37,8 @@ _networkctl() {
)
local -A VERBS=(
- [STANDALONE]='list lldp label'
- [LINKS]='status'
+ [STANDALONE]='label'
+ [LINKS]='status list lldp'
)
_init_completion || return