diff options
-rw-r--r-- | solc/CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index 632c400b..63d41cdf 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -531,7 +531,7 @@ Allowed options)", (g_argGas.c_str(), "Print an estimate of the maximal gas usage for each function.") ( g_argStandardJSON.c_str(), - "Switch to Standard JSON input / output mode, ignoring all options." + "Switch to Standard JSON input / output mode, ignoring all options. " "It reads from standard input and provides the result on the standard output." ) ( |