]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: networkctl: 'list' and 'lldp' can take links
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Jan 2018 08:36:34 +0000 (17:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Jan 2018 14:17:41 +0000 (23:17 +0900)
shell-completion/bash/networkctl

index 0c36aaf46471d4b946b97fa8ec441daf975cff5e..fb92c675d20d4d912f2a38ff25b1a021269243ba 100644 (file)
@@ -37,8 +37,8 @@ _networkctl() {
         )
 
         local -A VERBS=(
-                [STANDALONE]='list lldp label'
-                [LINKS]='status'
+                [STANDALONE]='label'
+                [LINKS]='status list lldp'
         )
 
         _init_completion || return