From 17f42078169bc49aa24805c1db6f4e6f43199222 Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski Date: Thu, 21 Jan 2016 10:05:04 +0100 Subject: [PATCH] (minor) make sure was passed in access command --- src/commands/access | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/access b/src/commands/access index c342949..4209b7e 100755 --- a/src/commands/access +++ b/src/commands/access @@ -41,7 +41,7 @@ Notes: the username and use ^C as the permission to check for. =cut -usage() if not @ARGV or $h; +usage() if not @ARGV >= 2 or $h; my ( $repo, $user, $aa, $ref ) = @ARGV; # default access is '+' -- 2.11.4.GIT