# HG changeset patch # User Tom Rodriguez # Date 1403571690 25200 # Node ID b92cad49bcc0b3f13ff49923439279602b904281 # Parent dc62f6e66459a42eb4b95c19047f11584964a3f6 fix help message diff -r dc62f6e66459 -r b92cad49bcc0 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntime.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntime.java Mon Jun 23 18:01:16 2014 -0700 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntime.java Mon Jun 23 18:01:30 2014 -0700 @@ -169,7 +169,7 @@ @Option(help = "The runtime configuration to use") static final OptionValue GraalRuntime = new OptionValue<>(""); - @Option(help = "File to which logging is sent. %p in the name will be replaced with a string the process, usually the process id.") + @Option(help = "File to which logging is sent. A %p in the name will be replaced with a string identifying the process, usually the process id.") public static final PrintStreamOption LogFile = new PrintStreamOption(); // @formatter:on }