The short option -h does work fine and print the help text:
$ git brws -h
Usage: git brws [Options] {Args}
[...]
-h, --help Print this help
-v, --version Show version
According to the above help, the long version of the option (--help) is also valid and will show the same help text. However, this doesn't seem working in such a way.
$ git brws --help
No manual entry for git-brws
Followings are some environmental information:
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.13.6
BuildVersion: 17G4015
$ git --version
git version 2.20.1
hub version 2.7.0
$ git brws --version
0.8.1
The short option
-hdoes work fine and print the help text:$ git brws -h Usage: git brws [Options] {Args} [...] -h, --help Print this help -v, --version Show versionAccording to the above help, the long version of the option (
--help) is also valid and will show the same help text. However, this doesn't seem working in such a way.$ git brws --help No manual entry for git-brwsFollowings are some environmental information: