Github user paul-guo- commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/888#discussion_r77489007
  
    --- Diff: tools/bin/hawq ---
    @@ -143,7 +143,7 @@ def main():
             cmd = "%s; hawq_ctl %s %s" % (source_hawq_env, hawq_command, 
sub_args)
             result = local_run(cmd)
         elif hawq_command == "config":
    -        if second_arg in ['', 'help', '--help']:
    +        if second_arg in ['', 'help', '--help', '-h']:
    --- End diff --
    
    Also fix for "hawq activate"?
    
       elif hawq_command == "activate":
            if second_arg in ['', 'help', '--help']:
                print ACTIVE_HELP
                sys.exit(1)
            cmd = "%s; hawq_ctl %s %s" % (source_hawq_env, hawq_command, 
sub_args)
            result = local_run(cmd)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to