1
0
mirror of https://github.com/systemd/systemd.git synced 2025-11-05 16:24:15 +03:00

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