summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-04 17:13:07 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-04 12:00:49 +0200
commitca866a32fb577cac86dd76bd93d5ffb8421ba08e (patch)
treeee359420aca07c4bdd0596e52a7dec54948256de /shell-completion
parent3681d639353dbb5b976252f14b5ba42624c4562d (diff)
downloadsystemd-ca866a32fb577cac86dd76bd93d5ffb8421ba08e.tar.gz
bash-completion: support "networkctl delete"
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/networkctl2
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