Correct symlink-mesa.sh usage message

This commit is contained in:
Alan Coopersmith 2006-11-10 18:02:05 -08:00
parent 28337cc106
commit ca09468419

View File

@ -289,9 +289,9 @@ action() {
} }
usage() { usage() {
echo symlink.sh src-dir dst-dir echo symlink-mesa.sh src-dir dst-dir
echo src-dir: the xc directory of the monolithic source tree echo src-dir: the Mesa source directory
echo dst-dir: the modular source tree containing proto, app, lib, ... echo dst-dir: the GL subdirectory of the Xserver modular tree
} }
# Check commandline args # Check commandline args