diff -r 770b5009ec42 -r 9632b23df30c scripts/bash_completion.pl --- a/scripts/bash_completion.pl Wed Jan 15 18:15:55 2014 +0100 +++ b/scripts/bash_completion.pl Wed Jan 15 21:06:12 2014 +0100 @@ -50,7 +50,7 @@ prev=${COMP_WORDS[COMP_CWORD-1]} case "$prev" in - --db | --test-connection) + --db | --test-connection | --list-jdbc-properties) if [ -f '.$databasesFile.' ]; then COMPREPLY=( $( compgen -W " $( cat '.$databasesFile.' ) " -- $cur ) ) return 0