diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-10 17:36:34 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-10 23:17:41 +0900 |
commit | f568dcd1013877b65d9b0ef4333d4cfdba19819c (patch) | |
tree | 2aa1a30310773ff527f8f72cefc4ce9129a5f197 /shell-completion/bash | |
parent | bash-completion: machinectl: add missing options and verbs (diff) | |
download | systemd-f568dcd1013877b65d9b0ef4333d4cfdba19819c.tar.gz systemd-f568dcd1013877b65d9b0ef4333d4cfdba19819c.tar.bz2 systemd-f568dcd1013877b65d9b0ef4333d4cfdba19819c.zip |
bash-completion: networkctl: 'list' and 'lldp' can take links
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/networkctl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 0c36aaf46..fb92c675d 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -37,8 +37,8 @@ _networkctl() { ) local -A VERBS=( - [STANDALONE]='list lldp label' - [LINKS]='status' + [STANDALONE]='label' + [LINKS]='status list lldp' ) _init_completion || return |