diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-04 17:13:07 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-06-04 12:00:49 +0200 |
commit | ca866a32fb577cac86dd76bd93d5ffb8421ba08e (patch) | |
tree | ee359420aca07c4bdd0596e52a7dec54948256de /shell-completion | |
parent | 3681d639353dbb5b976252f14b5ba42624c4562d (diff) | |
download | systemd-ca866a32fb577cac86dd76bd93d5ffb8421ba08e.tar.gz |
bash-completion: support "networkctl delete"
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/networkctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 62beae140d..fdfa92d112 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -38,7 +38,7 @@ _networkctl() { local -A VERBS=( [STANDALONE]='label' - [LINKS]='status list lldp' + [LINKS]='status list lldp delete' ) _init_completion || return |