Commit 4a68c90c5457e096c0b5fe43524ca783b1b54944

Stefan Sperling 2019-06-17T14:24:57

trim redundant information from 'got init' documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/got/got.1 b/got/got.1
index 7eb019a..d7cc1a0 100644
--- a/got/got.1
+++ b/got/got.1
@@ -63,9 +63,6 @@ are as follows:
 .It Cm init Ar path
 Create a new empty repository at the specified
 .Ar path .
-If
-.Ar path
-already exists, it must be an empty directory.
 .It Cm checkout [ Fl b Ar branch ] [ Fl c Ar commit ] [ Fl p Ar path-prefix ] repository-path [ work-tree-path ]
 Copy files from a repository into a new work tree.
 If the