diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-10-02 15:16:03 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-10-02 15:16:03 -0700 |
commit | be628d70b4c12f1731fb528f1b784edcd792aca0 (patch) | |
tree | 21d62e730d53e1b4613f34a6ba23f885ea976d37 /etc | |
parent | b42dc699a973832f8a0ae8ff6b68420391c44127 (diff) | |
download | vyatta-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-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 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]}) ) |