From 3424893f2c5f9e9df5b930657311e4ed50405aba Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 5 Oct 2007 14:37:02 -0700 Subject: let bash prompt with invisible completions. --- etc/bash_completion.d/vyatta-cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 29a8bf9..43558a9 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=( "" " " ) else COMPREPLY=( $(compgen -W "${vyatta_completions[*]}" \ -- ${COMP_WORDS[COMP_CWORD]}) ) -- cgit v1.2.3