wrap long line

This commit is contained in:
Anthony Baxter 2003-09-23 03:25:48 +00:00
parent 99ab3d4e0c
commit 9b8f2c641d
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ How to Make A Release
a CVS export of the tagged branch.
% cd ~
% cvs -d cvs.sf.net:/cvsroot/python export -rr212 -d Python-2.1.2 python/dist/src
% cvs -d cvs.sf.net:/cvsroot/python export -rr212 \
-d Python-2.1.2 python/dist/src
___ Generate the tarball. Note that we're not using the `z' option
on the tar command because 1) that's only supported by GNU tar