Data types help: not all available types are currently supported (will be later by type converters) v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 29 Dec 2013 16:21:14 +0100
branchv_0
changeset 99 b969176512dd
parent 98 4d420f8b3320
child 100 de65409a9f26
Data types help: not all available types are currently supported (will be later by type converters)
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