From: Yu Watanabe Date: Tue, 4 Jun 2019 08:13:07 +0000 (+0900) Subject: bash-completion: support "networkctl delete" X-Git-Tag: v243-rc1~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca866a32fb577cac86dd76bd93d5ffb8421ba08e;p=thirdparty%2Fsystemd.git bash-completion: support "networkctl delete" --- diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 62beae140d2..fdfa92d1125 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