X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=bash_completion.d%2Ftinc;h=48512dd5447167e4cadaad5fbf6b60c88bbee8af;hb=58e8f598f38dbb2f210d8a62c8fb4b46513dc39f;hp=7fdbf209e295c89474b1134b3e9266b1bcaee4f8;hpb=7c8f54cdb2925ba787209f5358b62d3cee414d43;p=tinc diff --git a/bash_completion.d/tinc b/bash_completion.d/tinc index 7fdbf209..48512dd5 100644 --- a/bash_completion.d/tinc +++ b/bash_completion.d/tinc @@ -58,7 +58,7 @@ _tinc() { return 0 ;; dump|list|reachable) - COMPREPLY=( $(compgen -W "reachable nodes edges subnets connections graph" -- ${cur}) ) + COMPREPLY=( $(compgen -W "reachable nodes edges subnets connections graph invitations" -- ${cur}) ) return 0 ;; network)