Commit 0a79feb19b449594a4dbf7aad0a5a5e0c4cd6c9c

Stefan Sperling 2021-04-10T13:35:23

Xr gotadmin(1)

diff --git a/got/git-repository.5 b/got/git-repository.5
index bd2b0ae..7086248 100644
--- a/got/git-repository.5
+++ b/got/git-repository.5
@@ -203,6 +203,7 @@ does not make use of Git's work tree and treats every repository as if it
 was bare.
 .Sh SEE ALSO
 .Xr got 1 ,
+.Xr gotadmin 1 ,
 .Xr deflate 3 ,
 .Xr SHA1 3 ,
 .Xr got-worktree 5
diff --git a/got/got.1 b/got/got.1
index 36ce30f..fc7dcfd 100644
--- a/got/got.1
+++ b/got/got.1
@@ -2436,6 +2436,7 @@ repository with
 .Dl $ cd /var/git/repo
 .Dl $ git push origin master
 .Sh SEE ALSO
+.Xr gotadmin 1 ,
 .Xr tog 1 ,
 .Xr git-repository 5 ,
 .Xr got-worktree 5 ,