Skip to content

Commit

Permalink
update usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobin Baker committed Jun 15, 2016
1 parent 79dc9e7 commit 50fffb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public final class MyriaDriverLauncher {
private static final Logger LOGGER = LoggerFactory.getLogger(MyriaDriverLauncher.class);

private static final String USAGE_STRING =
"Usage: MyriaDriverLauncher [-yarn true|false] -configPath <configPath> -javaLibPath <javaLibPath> -nativeLibPath <nativeLibPath>";
"Usage: MyriaDriverLauncher [-runtimeClass <runtimeClass>] -configPath <configPath> -javaLibPath <javaLibPath> -nativeLibPath <nativeLibPath>";

private static final long DRIVER_PING_TIMEOUT_MILLIS = 60 * 1000;

Expand Down

0 comments on commit 50fffb8

Please sign in to comment.