diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-18 15:26:49 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-21 13:27:43 +0200 |
commit | 308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060 (patch) | |
tree | 33a4508b0870a942b322b6ec055ec0056b9ea69b /shell-completion | |
parent | network: introduce new bus method Renew() and RenewLink() (diff) | |
download | systemd-308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060.tar.xz systemd-308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060.zip |
networkctl: add renew command
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 |