mirror of https://github.com/apache/maven.git
PR: MNG-1291
correct the executable name git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6623da7692
commit
d8d5807fae
|
@ -699,7 +699,7 @@ public class MavenCli
|
|||
System.out.println();
|
||||
|
||||
HelpFormatter formatter = new HelpFormatter();
|
||||
formatter.printHelp( "maven [options] [<goal(s)>] [<phase(s)>]", "\nOptions:", options, "\n" );
|
||||
formatter.printHelp( "mvn [options] [<goal(s)>] [<phase(s)>]", "\nOptions:", options, "\n" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue