From 064febd6bd0264b930434e67b408bf774c033a18 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Tue, 24 Nov 2015 04:11:34 +0530 Subject: [PATCH] add line about ^C to usage message of access command --- src/commands/access | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.11.4.GIT