X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=bash_completion.d%2Ftinc;h=dd41874cdb724c937dc9c3a792b882e73e5818ac;hp=f486f877b66e7fbc76ac95a062837952818e5fa6;hb=a717b9bcfbe811787fd6718fb3f8fb3f272bcfb9;hpb=75c619e372f02f8225d158fd514f01bd04857d3b diff --git a/bash_completion.d/tinc b/bash_completion.d/tinc index f486f877..dd41874c 100644 --- a/bash_completion.d/tinc +++ b/bash_completion.d/tinc @@ -60,8 +60,8 @@ _tinc() { get|set|add|del) COMPREPLY=( $(compgen -W "${confvars}" -- ${cur}) ) ;; - dump) - COMPREPLY=( $(compgen -W "nodes edges subnets connections graph" -- ${cur}) ) + dump|reachable) + COMPREPLY=( $(compgen -W "reachable nodes edges subnets connections graph" -- ${cur}) ) return 0 ;; esac