aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-24 21:26:24 +0800
committerGitHub <noreply@github.com>2017-04-24 21:26:24 +0800
commit388486bb9d83805a0a8f1fa872feaad7dd20475d (patch)
treec5a16d11515bb205d57bf39d42804f0fd1543f46
parenta9f4215720ad7185e9a109ea1cf317d539c1b8e5 (diff)
parent017fedebfef7a98020873387af46b2329b23ab10 (diff)
downloaddexon-solidity-388486bb9d83805a0a8f1fa872feaad7dd20475d.tar.gz
dexon-solidity-388486bb9d83805a0a8f1fa872feaad7dd20475d.tar.zst
dexon-solidity-388486bb9d83805a0a8f1fa872feaad7dd20475d.zip
Merge pull request #2162 from ethereum/chriseth-patch-1
Add missing space.
-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."
)
(