diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-22 07:44:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 07:44:23 +0200 |
commit | 82d1264048a3768fb8238387810f78c5d3912058 (patch) | |
tree | 40849433e32bc8d48d7335b090bd4abc983a7128 /shell-completion | |
parent | fc9d85b9bcef6c9329abeb085f0ba500b8eb1e28 (diff) | |
parent | 308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060 (diff) | |
download | systemd-82d1264048a3768fb8238387810f78c5d3912058.tar.gz systemd-82d1264048a3768fb8238387810f78c5d3912058.tar.bz2 systemd-82d1264048a3768fb8238387810f78c5d3912058.zip |
Merge pull request #11883 from yuwata/network-dhcp-renew
network: dhcp renew
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 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 |