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

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

Github user dkhwangbo commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/862#discussion_r45013717
  
    --- Diff: 
tajo-cli/src/main/java/org/apache/tajo/cli/tsql/commands/ConnectDatabaseCommand.java
 ---
    @@ -63,7 +63,7 @@ public void invoke(String[] cmd) throws Exception {
     
       @Override
       public String getUsage() {
    -    return "";
    +    return "[database_name]";
    --- End diff --
    
    I write ```database_name``` refer to ```DescTableCommand::getUsage()```. In 
```DescTableCommand::getUsage()```, return ```[table_name]``` in spite of 
```[TBNAME]``` with ```\help``` . You mean that editting other ```getUsage()``` 
is needed?


> Usage of some TajoShellCommand is omitted
> -----------------------------------------
>
>                 Key: TAJO-1979
>                 URL: https://issues.apache.org/jira/browse/TAJO-1979
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Trivial
>              Labels: newbie
>
> I found that Usage of some TajoShellCommand is omitted.



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

Reply via email to