Jaehwa Jung created TAJO-918:
--------------------------------
Summary: Tsql need to print usage with help option.
Key: TAJO-918
URL: https://issues.apache.org/jira/browse/TAJO-918
Project: Tajo
Issue Type: Bug
Components: cli
Reporter: Jaehwa Jung
Priority: Trivial
Tsql need to print just usage with help option, but current tsql run shell as
follows:
{code:xml}
./bin/tsql -help
usage: tsql [options] [database]
-c,--command <arg> execute only single command, then exit
-conf,--conf <arg> configuration value
-f,--file <arg> execute commands from file, then exit
-h,--host <arg> Tajo server host
-help,--help help
-p,--port <arg> Tajo server port
-param,--param <arg> parameter value in SQL file
Try \? for help.
default>
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)