Commit 10c073e79a6033e557a9c5d575b90b28d2d7137d

Stefan Sperling 2020-03-20T16:53:42

got.1 wording fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/got/got.1 b/got/got.1
index 11132ec..1b55c3e 100644
--- a/got/got.1
+++ b/got/got.1
@@ -163,8 +163,8 @@ The following protocol schemes are supported:
 The Git protocol as implemented by the
 .Xr git-daemon 1
 server.
-This protocol is discouraged since it supports neither authentication nor
-encryption.
+Use of this protocol is discouraged since it supports neither authentication
+nor encryption.
 .It git+ssh
 The Git protocol wrapped in an authenticated and encrypted
 .Xr ssh 1