From be628d70b4c12f1731fb528f1b784edcd792aca0 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Tue, 2 Oct 2007 15:16:03 -0700 Subject: use the same marker as operational mode. --- 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 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]}) ) -- cgit v1.2.3