aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-24 20:22:39 +0800
committerGitHub <noreply@github.com>2017-04-24 20:22:39 +0800
commit017fedebfef7a98020873387af46b2329b23ab10 (patch)
treec5a16d11515bb205d57bf39d42804f0fd1543f46 /solc/CommandLineInterface.cpp
parenta9f4215720ad7185e9a109ea1cf317d539c1b8e5 (diff)
downloaddexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar.gz
dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar.zst
dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.zip
Add missing space.
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp2
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."
)
(