]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: support "networkctl delete"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 4 Jun 2019 08:13:07 +0000 (17:13 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Jun 2019 10:00:49 +0000 (12:00 +0200)
shell-completion/bash/networkctl

index 62beae140d2a9a90654b71d8065b0cb46b7386be..fdfa92d1125169050518bb840abbc372a60163b2 100644 (file)
@@ -38,7 +38,7 @@ _networkctl() {
 
     local -A VERBS=(
         [STANDALONE]='label'
-        [LINKS]='status list lldp'
+        [LINKS]='status list lldp delete'
     )
 
     _init_completion || return