]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - repo_shell.c
Emit perms in same form as used in .gitacls
[repo_shell.git] / repo_shell.c
index f5ec2680fdcf9e2f408a860cfc5eddff30a0365a..bb61824b64f8c312349ad0c76695d05cf3368f83 100644 (file)
@@ -204,7 +204,7 @@ int main(int argc, char **argv)
     perms_t p;
 
     if (argc !=4)
-      die("usage: %s -t <user> <repo>", argv[0]);
+      die("usage: %s -t|--test <user> <repo>", argv[0]);
     p = git_acl(argv[2], argv[3], cfg.git_acl_file);
     fprintf(stderr,
         "user '%s' repo '%s' perms '%s'\n  via userid '%s' repoid '%s'\n",