diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-10-05 14:37:02 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-10-05 14:37:02 -0700 |
commit | 3424893f2c5f9e9df5b930657311e4ed50405aba (patch) | |
tree | f9f698861e3f6e40c0032b71ff891d53083a0ceb /etc | |
parent | 6a11931a204485965928325c005562732bf70f10 (diff) | |
download | vyatta-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-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 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]}) ) |