RFR: 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 08:10:21 UTC 2021


On Wed, 15 Dec 2021 22:57:25 GMT, Erik Joelsson <erikj 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
>
> Marked as reviewed by erikj (Lead).

@erikj79 Thanks for your review. Could I get your help to sponsor this patch?

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

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


More information about the skara-dev mailing list