From 017fedebfef7a98020873387af46b2329b23ab10 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 24 Apr 2017 14:22:39 +0200 Subject: Add missing space. --- solc/CommandLineInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ) ( -- cgit