Commit 2930ef13eafda4afd5cdd96598b87af9379f904b

Stefan Sperling 2019-07-15T15:03:00

fix wrong path in 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 bc69e87..2d1bcb5 100644
--- a/got/got.1
+++ b/got/got.1
@@ -705,7 +705,7 @@ e.g. from a temporary CVS checkout located at
 .Pa /tmp/src :
 .Pp
 .Dl $ got init /var/git/src.git
-.Dl $ got import -r /var/src.git -I CVS -I obj /tmp/src
+.Dl $ got import -r /var/git/src.git -I CVS -I obj /tmp/src
 .Pp
 Check out a work tree from the Git repository to /usr/src:
 .Pp