aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2015-11-24 04:11:34 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2015-11-24 04:11:34 +0530
commit064febd6bd0264b930434e67b408bf774c033a18 (patch)
treef75e57a0bc0e4852758a9c082a6c9faa226ae843
parentskip self in slave list... (diff)
downloadgitolite-gentoo-064febd6bd0264b930434e67b408bf774c033a18.tar.gz
gitolite-gentoo-064febd6bd0264b930434e67b408bf774c033a18.tar.bz2
gitolite-gentoo-064febd6bd0264b930434e67b408bf774c033a18.zip
add line about ^C to usage message of access command
-rwxr-xr-xsrc/commands/access3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands/access b/src/commands/access
index 1b16c72..c342949 100755
--- a/src/commands/access
+++ b/src/commands/access
@@ -36,6 +36,9 @@ Notes:
- '-s' shows the rules (conf file name, line number, and rule) that were
considered and how they fared.
+
+ - you can also test the ability to create wild repos if you set GL_USER to
+ the username and use ^C as the permission to check for.
=cut
usage() if not @ARGV or $h;