bash-completion: networkctl: 'list' and 'lldp' can take links

This commit is contained in:
Yu Watanabe 2018-01-10 17:36:34 +09:00
parent 6d92077e39
commit f568dcd101

View file

@ -37,8 +37,8 @@ _networkctl() {
)
local -A VERBS=(
[STANDALONE]='list lldp label'
[LINKS]='status'
[STANDALONE]='label'
[LINKS]='status list lldp'
)
_init_completion || return