diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 8413afa867..02b9c75c44 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -37,8 +37,8 @@ _networkctl() { ) local -A VERBS=( - [STANDALONE]='label' - [LINKS]='status list lldp delete renew' + [STANDALONE]='label reload' + [LINKS]='status list lldp delete renew up down forcerenew reconfigure' ) _init_completion || return