]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/bash/networkctl
bash-completion: support "networkctl delete"
[thirdparty/systemd.git] / 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