--list-formatter-properties: better help/description v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 15 Aug 2015 14:40:48 +0200
branchv_0
changeset 21784bab99dda50
parent 216 0eb9aec16bf4
child 218 8e38caf43ca8
--list-formatter-properties: better help/description
java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java	Sat Aug 15 14:35:27 2015 +0200
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java	Sat Aug 15 14:40:48 2015 +0200
     1.3 @@ -195,7 +195,7 @@
     1.4  		public static final String INFO_JAVA_PROPERTIES = "--list-java-properties"; // bash-completion:option // help: list of Java system properties
     1.5  		public static final String INFO_ENVIRONMENT_VARIABLES = "--list-environment-variables"; // bash-completion:option // help: list of environment variables
     1.6  		public static final String INFO_FORMATTERS = "--list-formatters"; // bash-completion:option // help: print list of available formatters
     1.7 -		public static final String INFO_FORMATTER_PROPERTIES = "--list-formatter-properties"; // bash-completion:option // help: print list of available formatter properties
     1.8 +		public static final String INFO_FORMATTER_PROPERTIES = "--list-formatter-properties"; // bash-completion:option // help: print list of available properties for given formatter
     1.9  		public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of available data types
    1.10  		public static final String INFO_JDBC_DRIVERS = "--list-jdbc-drivers"; // bash-completion:option // help: list of available JDBC drivers
    1.11  		public static final String INFO_JDBC_PROPERTIES = "--list-jdbc-properties"; // bash-completion:option // help: list of available JDBC properties for given database