scripts/bash_completion.pl
branchv_0
changeset 159 9632b23df30c
parent 110 ff6bbd0223c3
child 209 8dfe037b3274
--- 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