From: Yu Watanabe Date: Tue, 30 Jun 2020 05:44:41 +0000 (+0900) Subject: shell-completion: add missing verbs for networkctl X-Git-Tag: v246-rc1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4f8d5e01f50cf9d43cac7c05a997a0dfd78b64e;p=thirdparty%2Fsystemd.git shell-completion: add missing verbs for networkctl --- diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 8413afa8673..02b9c75c449 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