Merge pull request #14262 from davidBar-On/issue-14259-help-text-about-standard-input-usage

Fix help text about standard input usage
This commit is contained in:
Nikola Matić 2023-05-29 15:53:58 +02:00 committed by GitHub
commit 4449f07df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -522,8 +522,8 @@ are welcome to redistribute it under certain conditions. See 'solc --)" + g_strL
for details. for details.
Usage: solc [options] [input_file...] Usage: solc [options] [input_file...]
Compiles the given Solidity input files (or the standard input if none given or Compiles the given Solidity input files (or the standard input if "-" is
"-" is used as a file name) and outputs the components specified in the options 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. 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 Imports are automatically read from the filesystem, but it is also possible to
remap paths using the context:prefix=path syntax. remap paths using the context:prefix=path syntax.