Commit ba6e0c2d733bde900b8d0f2e0fcbb86090b4d664

Stefan Sperling 2019-10-04T16:02:50

Fix misleading wording in got.1 about branch options; -r option always works.

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 3f9ea49..20222ee 100644
--- a/got/got.1
+++ b/got/got.1
@@ -516,8 +516,8 @@ command operates on references in this namespace only.
 .Pp
 If invoked in a work tree without any arguments, print the name of the
 work tree's current branch.
-Otherwise, if no options are passed, expect one or two arguments and attempt
-to create a branch reference with the given
+If one or two arguments are passed, attempt to create a branch reference
+with the given
 .Ar name ,
 and make it point at the given
 .Ar commit .