Commit Diff


commit - d2ff61d78cf488e72ef5c3a524fb259d9b302d3a
commit + e9ebc0aedfd54080225568796274d322480c8361
blob - 31b832c10983c3262cc2a110a8f259513541fd34
blob + 6388edcc1cf538c87de0145789b59d6972dec668
--- gotsh/gotsh.1
+++ gotsh/gotsh.1
@@ -42,7 +42,10 @@ If users require a different login shell,
 can be installed in the command search path under the names
 .Cm git-receive-pack
 and
-.Cm git-upload-pack .
+.Cm git-upload-pack ,
+or
+.Xr gitwrapper 1
+can be used to select the appropriate command to run automatically.
 .Pp
 The users can then interact with
 .Xr gotd 8
@@ -137,6 +140,7 @@ Match User anonymous
     PermitTTY no
 .Ed
 .Sh SEE ALSO
+.Xr gitwrapper 1 ,
 .Xr got 1 ,
 .Xr ssh 1 ,
 .Xr gotd.conf 5 ,