diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-03-20 16:52:38 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-03-24 10:30:45 +0530 |
commit | 43f95f9b227eb9b294415f93c65c80e55f2d5ef9 (patch) | |
tree | c3e8aecb575b87c532c0a3620867d26ced2904de /t/glt | |
parent | 'gitolite writes off/on...' done (diff) | |
download | gitolite-gentoo-43f95f9b227eb9b294415f93c65c80e55f2d5ef9.tar.gz gitolite-gentoo-43f95f9b227eb9b294415f93c65c80e55f2d5ef9.tar.bz2 gitolite-gentoo-43f95f9b227eb9b294415f93c65c80e55f2d5ef9.zip |
(minor) help command usage message changed
Diffstat (limited to 't/glt')
-rwxr-xr-x | t/glt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ my $user = shift or die "need user"; my $rc; my %extcmds = ( + help => 1, info => 1, perms => 1, ); |