grm

git repo manager for self-hosted git servers
git clone git://sink.krj.st/grm
Log | Files | Refs | README | LICENSE

commit 58724db215d7ff58869f98ccb01b7d19fb9cf1f6
parent b9c36fd98fcd295ad0f5c676432a8da4c6678e44
Author: krasjet <nil@krj.st>
Date:   Sun, 12 Jul 2020 05:04:55 -0700

help: fix grammar

Diffstat:
Mgrm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grm b/grm @@ -150,7 +150,7 @@ usage: $prog_name <command> [<args>] Git repo manager, manage git repositories on self-hosted git server. -If you have created a 'git' user for managing git repositories. This +If you have created a 'git' user for managing git repositories, this script should be run as: doas -u git -- $prog_name <command> [<args>] or