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 0c36aaf..fb92c67 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