in got.1 fix a 'got branch' example which used obsolete syntax
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 .