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:
Brett Leslie Porter 2005-10-24 02:32:29 +00:00
parent 6623da7692
commit d8d5807fae
1 changed files with 1 additions and 1 deletions

View File

@ -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" );
}
}
}