summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-09-22 07:44:23 +0200
committerGitHub <noreply@github.com>2019-09-22 07:44:23 +0200
commit82d1264048a3768fb8238387810f78c5d3912058 (patch)
tree40849433e32bc8d48d7335b090bd4abc983a7128 /shell-completion
parentfc9d85b9bcef6c9329abeb085f0ba500b8eb1e28 (diff)
parent308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060 (diff)
downloadsystemd-82d1264048a3768fb8238387810f78c5d3912058.tar.gz
Merge pull request #11883 from yuwata/network-dhcp-renew
network: dhcp renew
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