Thank you for your advice. I'll do it from now on. Best regards, Minho Kim
-----Original Message----- From: Edward J. Yoon [mailto:[email protected]] Sent: Tuesday, July 07, 2015 9:36 AM To: [email protected] Subject: Re: svn commit: r1689535 - /hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java Typically we drop a simple message on dev list for these kind of small patches (before commit). For major bug fix, you'll need to create a JIRA ticket. :-) Thanks. On Tue, Jul 7, 2015 at 9:27 AM, <[email protected]> wrote: > Author: minho > Date: Tue Jul 7 00:27:49 2015 > New Revision: 1689535 > > URL: http://svn.apache.org/r1689535 > Log: > Modify wrong help message of the FastGraphGen example > > Modified: > > hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGr > aphGen.java > > Modified: > hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGr > aphGen.java > URL: > http://svn.apache.org/viewvc/hama/trunk/examples/src/main/java/org/apa > che/hama/examples/util/FastGraphGen.java?rev=1689535&r1=1689534&r2=168 > 9535&view=diff > ====================================================================== > ======== > --- > hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGr > aphGen.java (original) > +++ hama/trunk/examples/src/main/java/org/apache/hama/examples/util/Fa > +++ stGraphGen.java Tue Jul 7 00:27:49 2015 > @@ -145,12 +145,12 @@ public class FastGraphGen { > boolean outputType = false; > > if (args.length == 0) { > - new HelpFormatter().printHelp("gen -p OUTPUT_PATH [options]", opts); > + new HelpFormatter().printHelp("gen -o OUTPUT_PATH [options]", > + opts); > System.exit(-1); > } > > if (cliParser.hasOption("h")) { > - new HelpFormatter().printHelp("FastGraphGen -p OUTPUT_PATH [options]", > opts); > + new HelpFormatter().printHelp("FastGraphGen -o OUTPUT_PATH > + [options]", opts); > return; > } > > > -- Best Regards, Edward J. Yoon
