bash-completion: support "networkctl delete"

This commit is contained in:
Yu Watanabe 2019-06-04 17:13:07 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 3681d63935
commit ca866a32fb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ _networkctl() {
local -A VERBS=(
[STANDALONE]='label'
[LINKS]='status list lldp'
[LINKS]='status list lldp delete'
)
_init_completion || return