diff options
author | chriseth <chris@ethereum.org> | 2017-04-24 20:22:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 20:22:39 +0800 |
commit | 017fedebfef7a98020873387af46b2329b23ab10 (patch) | |
tree | c5a16d11515bb205d57bf39d42804f0fd1543f46 /solc/CommandLineInterface.cpp | |
parent | a9f4215720ad7185e9a109ea1cf317d539c1b8e5 (diff) | |
download | dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar.gz dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar.bz2 dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar.lz dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar.xz dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.tar.zst dexon-solidity-017fedebfef7a98020873387af46b2329b23ab10.zip |
Add missing space.
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-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." ) ( |