add -t option to 'got branch' synopsis in got.1 man page
diff --git a/got/got.1 b/got/got.1
index 725ee9d..1ba9101 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1061,7 +1061,7 @@ Cannot be used together with any other options except
.Fl r .
.El
.Tg br
-.It Cm branch Oo Fl c Ar commit Oc Oo Fl r Ar repository-path Oc Oo Fl l Oc Oo Fl d Ar name Oc Oo Fl n Oc Op Ar name
+.It Cm branch Oo Fl c Ar commit Oc Oo Fl r Ar repository-path Oc Oo Fl l Oc Oo Fl t Oc Oo Fl d Ar name Oc Oo Fl n Oc Op Ar name
.Dl Pq alias: Cm br
Create, list, or delete branches.
.Pp