diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 62beae140d..fdfa92d112 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -38,7 +38,7 @@ _networkctl() { local -A VERBS=( [STANDALONE]='label' - [LINKS]='status list lldp' + [LINKS]='status list lldp delete' ) _init_completion || return