sqlite3: Use _parse_help.

master
Ville Skyttä 2011-11-25 19:59:08 +02:00
parent eab195c440
commit 03463a157f
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@ _sqlite3()
esac
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '-help -init -echo -header -noheader -bail
-interactive -batch -column -csv -html -line -list -separator
-nullvalue -version' -- "$cur" ) )
COMPREPLY=( $( compgen -W '$( _parse_help "$1" -help )' -- "$cur" ) )
return 0
fi