You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "DaeMyung Kang (JIRA)" <ji...@apache.org> on 2014/11/14 18:37:34 UTC

[jira] [Commented] (TAJO-918) Tsql need to print just usage with help option.

    [ https://issues.apache.org/jira/browse/TAJO-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212520#comment-14212520 ] 

DaeMyung Kang commented on TAJO-918:
------------------------------------

Please make this resolved.
in TAJO-1022 hyungjun kim solved this issue.

> Tsql need to print just 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
>              Labels: newbie
>
> 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.3.4#6332)