PR: MNG-439

improve usage statement

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-08 08:20:42 +00:00
parent 76c43c085d
commit 0506b79dd0
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ public class MavenCli
System.out.println();
HelpFormatter formatter = new HelpFormatter();
formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" );
formatter.printHelp( "maven [options] [<goal(s)>] [<phase(s)>]", "\nOptions:", options, "\n" );
}
}
}