You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/10/30 05:03:33 UTC

[jira] [Commented] (TAJO-1145) Add 'bin/tajo --help' command

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

ASF GitHub Bot commented on TAJO-1145:
--------------------------------------

GitHub user ykrips opened a pull request:

    https://github.com/apache/tajo/pull/220

    TAJO-1145: Add 'bin/tajo --help' command

    It can be shown the help directive by using these options.
    ``` bin/tajo --help ``` , ``` bin/tajo -help ``` or ``` bin/tajo -h ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ykrips/tajo TAJO-1145

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/220.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #220
    
----
commit 251a7c0eb94b8c3db4586c2cc6f7d436c3a2140b
Author: Jihun Kang <yk...@gmail.com>
Date:   2014-10-30T03:58:50Z

    add --help options to tajo script

----


> Add 'bin/tajo --help' command
> -----------------------------
>
>                 Key: TAJO-1145
>                 URL: https://issues.apache.org/jira/browse/TAJO-1145
>             Project: Tajo
>          Issue Type: Improvement
>          Components: cli
>            Reporter: Jihun Kang
>            Assignee: Jihun Kang
>            Priority: Trivial
>              Labels: newbie
>
> From the guideline of POSIX and GNU standards of command-line options, it could be good to support a standard option '--help'. I would like to propose this option to 'tajo' script.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)