From e4f8d5e01f50cf9d43cac7c05a997a0dfd78b64e Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 30 Jun 2020 14:44:41 +0900 Subject: [PATCH] shell-completion: add missing verbs for networkctl --- shell-completion/bash/networkctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 8413afa867..02b9c75c44 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