summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-18 22:26:49 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-09-21 20:27:43 +0900
commit308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060 (patch)
tree33a4508b0870a942b322b6ec055ec0056b9ea69b /shell-completion
parentae65d7dbe3fec6f6c0d10915f415675df5ed1967 (diff)
downloadsystemd-308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060.tar.gz
systemd-308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060.tar.bz2
systemd-308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060.zip
networkctl: add renew command
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 fdfa92d112..290a62f811 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 delete'
+ [LINKS]='status list lldp delete renew'
)
_init_completion || return