From ca866a32fb577cac86dd76bd93d5ffb8421ba08e Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 4 Jun 2019 17:13:07 +0900 Subject: [PATCH] bash-completion: support "networkctl delete" --- shell-completion/bash/networkctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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