[
https://issues.apache.org/jira/browse/TAJO-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008282#comment-15008282
]
ASF GitHub Bot commented on TAJO-1980:
--------------------------------------
GitHub user dkhwangbo opened a pull request:
https://github.com/apache/tajo/pull/863
TAJO-1980: Printout the usage of TajoShellCommand
```TajoShellCommand::getUsage()``` is designed for
```TajoShellCommand::printHelp()``` to printout detailed-usage like
```TajoShellCommand::getDescription()```. But, Currently, It's omitted in
```TajoShellCommand::printHelp()```, so ```TajoShellCommand::getUsage()``` has
no usage.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dkhwangbo/tajo TAJO-1980
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/863.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 #863
----
commit f49ae4bd8eef17397d5d1f965abfe4efea5e5d16
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-11-17T08:36:01Z
initial commit
----
> Printout the usage of TajoShellCommand
> --------------------------------------
>
> Key: TAJO-1980
> URL: https://issues.apache.org/jira/browse/TAJO-1980
> Project: Tajo
> Issue Type: Bug
> Reporter: Dongkyu Hwangbo
> Assignee: Dongkyu Hwangbo
> Priority: Trivial
> Labels: cli, newbie
>
> TajoShellCommand::getUsage() is designed for TajoShellCommand::printHelp() to
> printout detailed-usage like TajoShellCommand::getDescription(). But,
> Currently, It's omitted in TajoShellCommand::printHelp(), so
> TajoShellCommand::getUsage() has no usage.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)