Minor comment & doc tweak.

This commit is contained in:
David E. O'Brien 2001-02-11 03:49:34 +00:00
parent 250bc0aa8b
commit 9804bd18b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72349

View File

@ -35,9 +35,9 @@ generate_tarball() {
usage() {
echo "$0 <source_dir> <plist_dir> <tarball_dir>"
echo
echo "Where <source_dir> is a directory containing the X distribution,"
echo "Where <source_dir> is a directory containing the built X binaries,"
echo "<plist_dir> is the directory containing all of the packing lists"
echo "generated by generate_plists.sh, and <tarball_dir> is the"
echo "(generated by generate_plists.sh), and <tarball_dir> is the"
echo "directory to put all the tarballs under."
exit 1
}
@ -76,4 +76,6 @@ tarball_dir=$3
# do all the work
if mirror_directories; then
build_tarballs
else
echo $0: mirroring directories failed
fi