Repository: incubator-hawq Updated Branches: refs/heads/master b6a82951e -> acb45aa0a
HAWQ-1229. Remove verbose help message in hawq config Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/acb45aa0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/acb45aa0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/acb45aa0 Branch: refs/heads/master Commit: acb45aa0ac8d4c2870cb6909793a8ad60ec093ed Parents: b6a8295 Author: rlei <[email protected]> Authored: Wed Dec 21 10:59:13 2016 +0800 Committer: rlei <[email protected]> Committed: Wed Dec 21 15:00:56 2016 +0800 ---------------------------------------------------------------------- tools/bin/hawqpylib/HAWQ_HELP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/acb45aa0/tools/bin/hawqpylib/HAWQ_HELP.py ---------------------------------------------------------------------- diff --git a/tools/bin/hawqpylib/HAWQ_HELP.py b/tools/bin/hawqpylib/HAWQ_HELP.py index fec86e2..4137bc0 100755 --- a/tools/bin/hawqpylib/HAWQ_HELP.py +++ b/tools/bin/hawqpylib/HAWQ_HELP.py @@ -159,10 +159,10 @@ usage: hawq config [--options] The "options" are: -c --change Changes a configuration parameter setting. + -v --value Sets the configuration parameter value. -s --show Shows the value for a specified configuration parameter. -l --list Lists all configuration parameters. -q --quiet Run in quiet mode. - -v --verbose Displays detailed status. -r --remove HAWQ GUC name to be removed. --skipvalidation Skip the system validation checks. --ignore-bad-hosts Skips copying configuration files on host on which SSH fails
