add in missing parenthesis (#1727)

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
pull/1737/head
Sally MacFarlane 4 years ago committed by GitHub
parent 3881a487c3
commit cdf6554141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java

@ -748,7 +748,7 @@ public class BesuCommand implements DefaultCommandValues, Runnable {
@Option(
names = {"--color-enabled"},
description =
"Force color output to be enabled/disabled (default: colorized only if printing to console")
"Force color output to be enabled/disabled (default: colorized only if printing to console)")
private static Boolean colorEnabled = null;
@Option(

Loading…
Cancel
Save