diff options
-rw-r--r-- | etc/bash_completion.d/vyatta-cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 2e5705b..29a8bf9 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -528,7 +528,7 @@ ENDCOMMENT if (( do_help )); then echo -en $vyatta_help_text - COMPREPLY=( $(compgen -W "=_=_=_=_=_=_=_ _=_=_=_=_=_=_=") ) + COMPREPLY=( $(compgen -W "______________ ...") ) else COMPREPLY=( $(compgen -W "${vyatta_completions[*]}" \ -- ${COMP_WORDS[COMP_CWORD]}) ) |