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

Guoxiong Li gli at openjdk.java.net
Wed Dec 15 14:01:20 UTC 2021


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

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

Commit messages:
 - Fix command 'git-pr review'
 - Merge branch 'master' into SKARA-1274
 - 1274: The help information of the 'git-pr' sub-commamd misses the sub-command name

Changes: https://git.openjdk.java.net/skara/pull/1263/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1263&range=00
  Issue: https://bugs.openjdk.java.net/browse/SKARA-1274
  Stats: 25 lines in 14 files changed: 0 ins; 0 del; 25 mod
  Patch: https://git.openjdk.java.net/skara/pull/1263.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1263/head:pull/1263

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


More information about the skara-dev mailing list