Skip to content

Commit 0ddd93b

Browse files
henrikaugitster
authored andcommitted
Be consistent in switch usage for tar
tar handles switches with and witout preceding '-', but the documentation should be consistent nonetheless. Signed-off-by: Henrik Austad <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c7719fb commit 0ddd93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ $ git init
10091009
If you have some initial content (say, a tarball):
10101010

10111011
-------------------------------------------------
1012-
$ tar -xzvf project.tar.gz
1012+
$ tar xzvf project.tar.gz
10131013
$ cd project
10141014
$ git init
10151015
$ git add . # include everything below ./ in the first commit:

0 commit comments

Comments
 (0)