# HG changeset patch # User František Kučera # Date 1439642448 -7200 # Node ID 84bab99dda508847c8f8008b1474612df9722f4c # Parent 0eb9aec16bf4364c5ab834b7e18409cc4c460313 --list-formatter-properties: better help/description diff -r 0eb9aec16bf4 -r 84bab99dda50 java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java --- a/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java Sat Aug 15 14:35:27 2015 +0200 +++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java Sat Aug 15 14:40:48 2015 +0200 @@ -195,7 +195,7 @@ public static final String INFO_JAVA_PROPERTIES = "--list-java-properties"; // bash-completion:option // help: list of Java system properties public static final String INFO_ENVIRONMENT_VARIABLES = "--list-environment-variables"; // bash-completion:option // help: list of environment variables public static final String INFO_FORMATTERS = "--list-formatters"; // bash-completion:option // help: print list of available formatters - public static final String INFO_FORMATTER_PROPERTIES = "--list-formatter-properties"; // bash-completion:option // help: print list of available formatter properties + public static final String INFO_FORMATTER_PROPERTIES = "--list-formatter-properties"; // bash-completion:option // help: print list of available properties for given formatter public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of available data types public static final String INFO_JDBC_DRIVERS = "--list-jdbc-drivers"; // bash-completion:option // help: list of available JDBC drivers public static final String INFO_JDBC_PROPERTIES = "--list-jdbc-properties"; // bash-completion:option // help: list of available JDBC properties for given database