shell-completion: add missing verbs for networkctl

This commit is contained in:
Yu Watanabe 2020-06-30 14:44:41 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 8f843190ff
commit e4f8d5e01f
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ _networkctl() {
) )
local -A VERBS=( local -A VERBS=(
[STANDALONE]='label' [STANDALONE]='label reload'
[LINKS]='status list lldp delete renew' [LINKS]='status list lldp delete renew up down forcerenew reconfigure'
) )
_init_completion || return _init_completion || return