summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-02 15:16:03 -0700
committerAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-02 15:16:03 -0700
commitbe628d70b4c12f1731fb528f1b784edcd792aca0 (patch)
tree21d62e730d53e1b4613f34a6ba23f885ea976d37 /etc
parentb42dc699a973832f8a0ae8ff6b68420391c44127 (diff)
downloadvyatta-cfg-be628d70b4c12f1731fb528f1b784edcd792aca0.tar.gz
vyatta-cfg-be628d70b4c12f1731fb528f1b784edcd792aca0.zip
use the same marker as operational mode.
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 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]}) )