Commit 619eb6dd8dbd80e55f04b2065f5d23cb48e5bfe2

Stefan Sperling 2020-03-20T12:03:47

document use of port numbers in URLs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/got/got.1 b/got/got.1
index 7ef14b0..2d0fb78 100644
--- a/got/got.1
+++ b/got/got.1
@@ -152,9 +152,10 @@ already exists.
 .Pp
 The
 .Ar repository-URL
-specifies a protocol scheme, a server hostname, and a path to the repository
-on the server:
-.Lk scheme://hostname/path/to/repository
+specifies a protocol scheme, a server hostname, an optional port number
+separated from the hostname by a colon, and a path to the repository on
+the server:
+.Lk scheme://hostname:port/path/to/repository
 .Pp
 The following protocol schemes are supported:
 .Bl -tag -width git+ssh