(minor) help command usage message changed
This commit is contained in:
parent
f0355d749b
commit
43f95f9b22
|
@ -7,9 +7,12 @@ use Gitolite::Rc;
|
||||||
use Gitolite::Common;
|
use Gitolite::Common;
|
||||||
|
|
||||||
=for usage
|
=for usage
|
||||||
Usage: gitolite help
|
Usage: ssh git@host help # via ssh
|
||||||
|
gitolite help # directly on server command line
|
||||||
|
|
||||||
Prints a list of custom commands available at this gitolite installation.
|
Prints a list of custom commands available at this gitolite installation.
|
||||||
|
|
||||||
|
Each command has its own help, accessed by passing it '-h' again.
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
usage() if @ARGV;
|
usage() if @ARGV;
|
||||||
|
|
Loading…
Reference in a new issue