[darwinbuild-changes] [506] trunk/darwinbuild/darwinbuild.in

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 17 14:35:20 PDT 2009


Revision: 506
          http://trac.macosforge.org/projects/darwinbuild/changeset/506
Author:   wsiegrist at 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:
--------------
    trunk/darwinbuild/darwinbuild.in

Modified: trunk/darwinbuild/darwinbuild.in
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20090417/b751cc36/attachment-0001.html>


More information about the darwinbuild-changes mailing list