summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-06-30 14:44:41 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-30 08:56:36 +0200
commite4f8d5e01f50cf9d43cac7c05a997a0dfd78b64e (patch)
tree520ac718e7fa9400976ab91fe475418737c6f51c /shell-completion
parent8f843190ff01ec9dd19c65d584ea34d14897f00b (diff)
downloadsystemd-e4f8d5e01f50cf9d43cac7c05a997a0dfd78b64e.tar.gz
shell-completion: add missing verbs for networkctl
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/networkctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl
index 8413afa867..02b9c75c44 100644
--- a/shell-completion/bash/networkctl
+++ b/shell-completion/bash/networkctl
@@ -37,8 +37,8 @@ _networkctl() {
)
local -A VERBS=(
- [STANDALONE]='label'
- [LINKS]='status list lldp delete renew'
+ [STANDALONE]='label reload'
+ [LINKS]='status list lldp delete renew up down forcerenew reconfigure'
)
_init_completion || return