user-manual: fix directory name in git-archive example
[gitweb.git] / Documentation / user-manual.txt
index 2aed7eb12b4517d8dbc4d86c30b273fa2e92633a..d6caff42486bff0a78f66ce0ab1dbca0c1c944e2 100644 (file)
@@ -890,7 +890,7 @@ $ git archive --format=tar --prefix=project/ HEAD | gzip >latest.tar.gz
 -------------------------------------------------
 
 will use HEAD to produce a tar archive in which each filename is
-preceded by "prefix/".
+preceded by "project/".
 
 If you're releasing a new version of a software project, you may want
 to simultaneously make a changelog to include in the release