mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
bash-completion: support "networkctl delete"
This commit is contained in:
parent
3681d63935
commit
ca866a32fb
@ -38,7 +38,7 @@ _networkctl() {
|
||||
|
||||
local -A VERBS=(
|
||||
[STANDALONE]='label'
|
||||
[LINKS]='status list lldp'
|
||||
[LINKS]='status list lldp delete'
|
||||
)
|
||||
|
||||
_init_completion || return
|
||||
|
Loading…
Reference in New Issue
Block a user