diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-18 22:26:49 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-21 20:27:43 +0900 |
commit | 308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060 (patch) | |
tree | 33a4508b0870a942b322b6ec055ec0056b9ea69b /shell-completion | |
parent | ae65d7dbe3fec6f6c0d10915f415675df5ed1967 (diff) | |
download | systemd-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/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 |