Revision
506
Author
wsiegrist@apple.com
Date
2009-04-17 14:35:18 -0700 (Fri, 17 Apr 2009)

Log Message

Fix the -init usage statement to include the new options

Modified Paths

Diff

Modified: trunk/darwinbuild/darwinbuild.in (505 => 506)


--- trunk/darwinbuild/darwinbuild.in	2009-04-17 20:41:22 UTC (rev 505)
+++ trunk/darwinbuild/darwinbuild.in	2009-04-17 21:35:18 UTC (rev 506)
@@ -132,7 +132,7 @@
 ###
 if [ "$1" == "-init" ]; then
 	if [ "$2" == "" ]; then
-		echo "usage: $(basename $0) -init <build>" 1>&2
+		echo "usage: $(basename $0) -init <build> [-nodmg | -nfs]" 1>&2
 		echo "" 1>&2
 		echo "\t-nodmg \t do not use a sparse image for build root (use a regular directory)" 1>&2
 		echo "\t-nfs   \t use NFS over loopback to mount the build root (implies -nodmg)" 1>&2