From cf106c44fef79631a2f4c6568310c6bae613fc35 Mon Sep 17 00:00:00 2001 From: David Bar-On Date: Wed, 24 May 2023 10:23:53 +0300 Subject: [PATCH] Fix issue 14259 - help text about standard input usage --- solc/CommandLineParser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solc/CommandLineParser.cpp b/solc/CommandLineParser.cpp index 514073389..da818411e 100644 --- a/solc/CommandLineParser.cpp +++ b/solc/CommandLineParser.cpp @@ -522,8 +522,8 @@ are welcome to redistribute it under certain conditions. See 'solc --)" + g_strL for details. Usage: solc [options] [input_file...] -Compiles the given Solidity input files (or the standard input if none given or -"-" is used as a file name) and outputs the components specified in the options +Compiles the given Solidity input files (or the standard input if "-" is +used as a file name) and outputs the components specified in the options at standard output or in files in the output directory, if specified. Imports are automatically read from the filesystem, but it is also possible to remap paths using the context:prefix=path syntax.