mirror of https://github.com/apache/maven.git
MNG-2393: documentation of -U on CLI usage help is incorrect
Submitted by: Maria Odea Ching Reviewed by: Vincent Siveton o applied Thanks! git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@471217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
107790bcf5
commit
26ae29b892
|
@ -99,7 +99,7 @@ public class CLIManager
|
|||
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 snapshots regardless of repository policies" ).create( UPDATE_SNAPSHOTS ) );
|
||||
"Update all SNAPSHOT dependencies, including releases, regardless of repository policies" ).create( UPDATE_SNAPSHOTS ) );
|
||||
options.addOption( OptionBuilder.withLongOpt( "activate-profiles" ).withDescription(
|
||||
"Comma-delimited list of profiles to activate" ).hasArg().create( ACTIVATE_PROFILES ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue