diff options
Diffstat (limited to 'shell-completion/bash/networkctl')
-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 |