Commit 715f7c80606f01f033b1b640b7331b25502d772d

Thomas de Grivel 2022-01-22T09:25:25

update man page

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/git-auth.1 b/git-auth.1
index c0e0020..1a6747a 100644
--- a/git-auth.1
+++ b/git-auth.1
@@ -8,7 +8,7 @@
 .Nm GIT_AUTH_ID=ID git-auth COMMAND [ARGS ...]
 .Sh DESCRIPTION
 .Nm
-starts by reading rules from /etc/git-auth.conf, one rule per line.
+starts by reading rules from /etc/git/auth.conf, one rule per line.
 Empty lines and lines starting with # are ignored.
 Each rule is made of tokens separated by one or more spaces.
 .Pp
@@ -28,6 +28,6 @@ This is usually set for each public key in /home/git/.ssh/authorized_keys
 with
 .Nm environment="GIT_AUTH_ID=..."
 .Sh FILES
-/etc/git-auth.conf
+/etc/git/auth.conf
 .Pp
 /home/git/.ssh/authorized_keys