Skip to content

Commit

Permalink
Be consistent in switch usage for tar
Browse files Browse the repository at this point in the history
tar handles switches with and witout preceding '-', but the
documentation should be consistent nonetheless.

Signed-off-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Henrik Austad authored and Junio C Hamano committed Jan 5, 2009
1 parent c7719fb commit 0ddd93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ $ git init
If you have some initial content (say, a tarball):

-------------------------------------------------
$ tar -xzvf project.tar.gz
$ tar xzvf project.tar.gz
$ cd project
$ git init
$ git add . # include everything below ./ in the first commit:
Expand Down

0 comments on commit 0ddd93b

Please sign in to comment.