# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1388330474 -3600
# Node ID b969176512dd6c33cf28d77889aaaf9b5d61e589
# Parent  4d420f8b33204455246d2aa59cf56dc9400b2ffe
Data types help: not all available types are currently supported (will be later by type converters)

diff -r 4d420f8b3320 -r b969176512dd java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java
--- a/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java	Sun Dec 29 15:53:58 2013 +0100
+++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java	Sun Dec 29 16:21:14 2013 +0100
@@ -153,7 +153,7 @@
 		public static final String INFO_VERSION = "--version"; // bash-completion:option // help: print version info
 		public static final String INFO_LICENSE = "--license"; // bash-completion:option // help: print license
 		public static final String INFO_FORMATTERS = "--list-formatters"; // bash-completion:option // help: print list of available formatters
-		public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of supported data types
+		public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of available data types
 		public static final String INFO_DATABASES = "--list-databases"; // bash-completion:option // help: print list of configured databases
 		public static final String INFO_CONNECTION = "--test-connection"; // bash-completion:option // help: test connection to particular database