mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2162 from ethereum/chriseth-patch-1
Add missing space.
This commit is contained in:
commit
388486bb9d
@ -531,7 +531,7 @@ Allowed options)",
|
|||||||
(g_argGas.c_str(), "Print an estimate of the maximal gas usage for each function.")
|
(g_argGas.c_str(), "Print an estimate of the maximal gas usage for each function.")
|
||||||
(
|
(
|
||||||
g_argStandardJSON.c_str(),
|
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."
|
"It reads from standard input and provides the result on the standard output."
|
||||||
)
|
)
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user