summaryrefslogtreecommitdiff
path: root/shell-completion/bash/networkctl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/bash/networkctl')
-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