From e1b4faac3246a9be252ba9182dc07e969e1f2ab7 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 16 Jul 2022 08:39:40 +0530 Subject: minor help text fixup --- src/commands/help | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-65-gdbad