Commit 7ccf82596168ce763ab082e181aae83836ebdc23

Stefan Sperling 2019-05-24T12:52:59

fix wrong command in got.1 EXAMPLES

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 21a94c1..ebb4bbf 100644
--- a/got/got.1
+++ b/got/got.1
@@ -475,7 +475,7 @@ linear ancestry with its recorded branch reference and thus
 can no longer be updated:
 .Pp
 .Dl $ got ref refs/heads/old-branch $(cat .got/base-commit)
-.Dl $ got update
+.Dl $ got update -b old-branch
 .Pp
 Update the work tree to the newly rebased
 .Dq unified-buffer-cache