diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 0c36aaf4647..fb92c675d20 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