diff options
author | Sitaram Chamarty <sitaramc@gmail.com> | 2022-07-16 08:39:40 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaramc@gmail.com> | 2022-07-16 08:39:40 +0530 |
commit | e1b4faac3246a9be252ba9182dc07e969e1f2ab7 (patch) | |
tree | ca1b5142432391889c3c744551f3024f846b52cb | |
parent | minor testing fixup (diff) | |
download | gitolite-gentoo-e1b4faac3246a9be252ba9182dc07e969e1f2ab7.tar.gz gitolite-gentoo-e1b4faac3246a9be252ba9182dc07e969e1f2ab7.tar.bz2 gitolite-gentoo-e1b4faac3246a9be252ba9182dc07e969e1f2ab7.zip |
minor help text fixup
-rwxr-xr-x | src/commands/help | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/commands/help b/src/commands/help index cf54084..47a5a16 100755 --- a/src/commands/help +++ b/src/commands/help @@ -12,7 +12,12 @@ Usage: ssh git@host help # via ssh Prints a list of custom commands available at this gitolite installation. -Each command has its own help, accessed by passing it '-h' again. +Each command has (or should have!) its own help, accessed by passing it the +'-h' option; e.g., "gitolite access -h". + +NOTE: These commands are found in the commands subdirectory (see the page on +"core and non-core gitolite" in the documentation). Gitolite also has some +built-in commands; run just "gitolite", with no arguments, to see those. =cut usage() if @ARGV; |