diff options
-rwxr-xr-x | etc/bash_completion.d/20vyatta-cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg index 06c1c08..470b54d 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -821,6 +821,9 @@ get_value_format_string () { local vtype=$1 case "$vtype" in + _*) + echo -n "${vtype#_}" + ;; txt) echo -n '<text>' ;; |