summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-05 14:37:02 -0700
committerAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-05 14:37:02 -0700
commit3424893f2c5f9e9df5b930657311e4ed50405aba (patch)
treef9f698861e3f6e40c0032b71ff891d53083a0ceb /etc
parent6a11931a204485965928325c005562732bf70f10 (diff)
downloadvyatta-cfg-3424893f2c5f9e9df5b930657311e4ed50405aba.tar.gz
vyatta-cfg-3424893f2c5f9e9df5b930657311e4ed50405aba.zip
let bash prompt with invisible completions.
Diffstat (limited to 'etc')
-rw-r--r--etc/bash_completion.d/vyatta-cfg2
1 files changed, 1 insertions, 1 deletions
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]}) )