gl-conf-convert learns '-h'

This commit is contained in:
Sitaram Chamarty 2012-02-27 20:30:59 +05:30
parent 23b3d54078
commit f56c422d52

View file

@ -9,6 +9,10 @@
use strict;
use warnings;
if (not @ARGV and -t or $ARGV[0] eq '-h') {
print "Usage:\n gl-conf-convert < gitosis.conf > gitolite.conf\n(please the documentation for more)\n";
exit 1;
}
my @comments = ();
my $groupname;