Skip to content

Commit ccd7186

Browse files
wrpJ. Bruce Fields
authored andcommitted
user-manual: fix directory name in git-archive example
Signed-off-by: "J. Bruce Fields" <[email protected]>
1 parent 11d5153 commit ccd7186

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
@@ -890,7 +890,7 @@ $ git archive --format=tar --prefix=project/ HEAD | gzip >latest.tar.gz
890890
-------------------------------------------------
891891

892892
will use HEAD to produce a tar archive in which each filename is
893-
preceded by "prefix/".
893+
preceded by "project/".
894894

895895
If you're releasing a new version of a software project, you may want
896896
to simultaneously make a changelog to include in the release

0 commit comments

Comments
 (0)