Commit 7b4f1fcb86e79aa7573d68553cd5324d4f2b148f

Stefan Sperling 2021-01-27T22:12:42

in got.1 fix a 'got branch' example which used obsolete syntax

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 4a92790..16a9b75 100644
--- a/got/got.1
+++ b/got/got.1
@@ -2068,7 +2068,7 @@ which is forked off the
 .Dq master
 branch:
 .Pp
-.Dl $ got branch unified-buffer-cache master
+.Dl $ got branch -c master unified-buffer-cache
 .Pp
 Switch an existing work tree to the branch
 .Dq unified-buffer-cache .