You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by tr...@apache.org on 2005/06/21 13:00:16 UTC

svn commit: r191649 - /maven/continuum/trunk/build-world.sh

Author: trygvis
Date: Tue Jun 21 04:00:12 2005
New Revision: 191649

URL: http://svn.apache.org/viewcvs?rev=191649&view=rev
Log:
o Adding --self-update to the usage.

Modified:
    maven/continuum/trunk/build-world.sh

Modified: maven/continuum/trunk/build-world.sh
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/build-world.sh?rev=191649&r1=191648&r2=191649&view=diff
==============================================================================
--- maven/continuum/trunk/build-world.sh (original)
+++ maven/continuum/trunk/build-world.sh Tue Jun 21 04:00:12 2005
@@ -12,7 +12,7 @@
 
 function usage
 {
-  echo "Usage: $0 [--clean] [--force-build]"
+  echo "Usage: $0 [--clean] [--force-build] [--self-update]"
   exit 1
 }