You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2006/11/06 14:25:38 UTC

svn commit: r471724 - /maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java

Author: vsiveton
Date: Mon Nov  6 05:25:38 2006
New Revision: 471724

URL: http://svn.apache.org/viewvc?view=rev&rev=471724
Log:
o merged from r471723 on trunk, modified as Brett suggested.

Modified:
    maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java

Modified: maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java?view=diff&rev=471724&r1=471723&r2=471724
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java (original)
+++ maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java Mon Nov  6 05:25:38 2006
@@ -677,7 +677,7 @@
             options.addOption( OptionBuilder.withLongOpt( "non-recursive" ).withDescription(
                 "Do not recurse into sub-projects" ).create( NON_RECURSIVE ) );
             options.addOption( OptionBuilder.withLongOpt( "update-snapshots" ).withDescription(
-                "Update all SNAPSHOT dependencies, including releases, regardless of repository policies" ).create( UPDATE_SNAPSHOTS ) );
+                "Forces a check for updated releases and snapshots on remote repositories" ).create( UPDATE_SNAPSHOTS ) );
             options.addOption( OptionBuilder.withLongOpt( "activate-profiles" ).withDescription(
                 "Comma-delimited list of profiles to activate" ).hasArg().create( ACTIVATE_PROFILES ) );