Author: milamber
Date: Thu Apr 14 06:57:57 2016
New Revision: 1739028
URL: http://svn.apache.org/viewvc?rev=1739028&view=rev
Log:
Improve the help message for -g option
Modified:
jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
Modified: jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/JMeter.java?rev=1739028&r1=1739027&r2=1739028&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/JMeter.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/JMeter.java Thu Apr 14 06:57:57 2016
@@ -251,7 +251,7 @@ public class JMeter implements JMeterPlu
private static final CLOptionDescriptor D_REPORT_GENERATING_OPT =
new CLOptionDescriptor("reportonly",
CLOptionDescriptor.ARGUMENT_REQUIRED,
REPORT_GENERATING_OPT,
- "generate report dashboard only",
+ "generate report dashboard only, from a test results file",
new CLOptionDescriptor[]{ D_NONGUI_OPT, D_REMOTE_OPT,
D_REMOTE_OPT_PARAM, D_LOGFILE_OPT }); // disallowed
private static final CLOptionDescriptor D_REPORT_AT_END_OPT =
new CLOptionDescriptor("reportatendofloadtests",