You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by re...@apache.org on 2015/07/31 17:52:47 UTC

svn commit: r1693620 - /devicemap/trunk/clients/2.0/reference/src/Main.java

Author: rezan
Date: Fri Jul 31 15:52:47 2015
New Revision: 1693620

URL: http://svn.apache.org/r1693620
Log:
help msg

Modified:
    devicemap/trunk/clients/2.0/reference/src/Main.java

Modified: devicemap/trunk/clients/2.0/reference/src/Main.java
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/2.0/reference/src/Main.java?rev=1693620&r1=1693619&r2=1693620&view=diff
==============================================================================
--- devicemap/trunk/clients/2.0/reference/src/Main.java (original)
+++ devicemap/trunk/clients/2.0/reference/src/Main.java Fri Jul 31 15:52:47 2015
@@ -133,7 +133,7 @@ public class Main {
     log("  -a <file>            load DeviceMap 2.0 attribute file", -1);
     log("  -t <file>            load DeviceMap 2.0 test file", -1);
     log("  -h                   print help", -1);
-    log("  -w                   JVM warmup", -1);
+    log("  -w                   run warmup", -1);
     log("  -q                   quiet", -1);
     log("  -v                   verbose", -1);
     log("  -vv                  very verbose", -1);