Integrated: 1274: The help message of the 'git-pr' sub-commamd misses the sub-command name

Guoxiong Li gli at openjdk.java.net
Thu Dec 16 22:47:17 UTC 2021


On Wed, 15 Dec 2021 13:57:45 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This little patch fixes the help message when using the `git-pr` sub-command. For example:
> 
> Before this patch:
> 
> 
> $ git-pr list -h
> 
> usage: git-pr [options] [<ID>] // <---- Here miss the `list`
>       // Ignore the following output.
> 
> 
> After this patch:
> 
> 
> $ git-pr list -h
> usage: git-pr list [options] [<ID>]
>       // Ignore the following output.
> 
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: 2e9fd5f8
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/2e9fd5f8f46ba742e4d5c8cf4cc45c1741182271
Stats:     25 lines in 14 files changed: 0 ins; 0 del; 25 mod

1274: The help message of the 'git-pr' sub-commamd misses the sub-command name

Reviewed-by: erikj

-------------

PR: https://git.openjdk.java.net/skara/pull/1263


More information about the skara-dev mailing list