commit 95885b4dbf9adfe15a20f7eb6b6415b566dac371 parent 67855e0fa2b925f959bf5beb6d5524d89aeded7d Author: krasjet <nil@krj.st> Date: Sun, 12 Jul 2020 02:08:51 -0700 fix examples in help 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: - sudo -u git $prog_name <command> [<args>] + doas -u -- git $prog_name <command> [<args>] or - doas -u git $prog_name <command> [<args>] + sudo -u -- git $prog_name <command> [<args>] commands: new create a new repository