diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2015-11-24 04:11:34 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2015-11-24 04:11:34 +0530 |
commit | 064febd6bd0264b930434e67b408bf774c033a18 (patch) | |
tree | f75e57a0bc0e4852758a9c082a6c9faa226ae843 /src | |
parent | skip self in slave list... (diff) | |
download | gitolite-gentoo-064febd6bd0264b930434e67b408bf774c033a18.tar.gz gitolite-gentoo-064febd6bd0264b930434e67b408bf774c033a18.tar.bz2 gitolite-gentoo-064febd6bd0264b930434e67b408bf774c033a18.zip |
add line about ^C to usage message of access command
Diffstat (limited to 'src')
-rwxr-xr-x | src/commands/access | 3 |
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; |