commit 5b6ad61a497dfd0baddc92a7cdbfcfa21082c052 parent 95885b4dbf9adfe15a20f7eb6b6415b566dac371 Author: krasjet <nil@krj.st> Date: Sun, 12 Jul 2020 02:10:32 -0700 wrong spot Diffstat:
M | grm | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/grm b/grm @@ -109,9 +109,9 @@ Git repo manager, manage git repositories on self-hosted git server. If you have created a 'git' user for managing git repositories. This script should be run as: - doas -u -- git $prog_name <command> [<args>] + doas -u git -- $prog_name <command> [<args>] or - sudo -u -- git $prog_name <command> [<args>] + sudo -u git -- $prog_name <command> [<args>] commands: new create a new repository