diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-11-30 05:09:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 05:09:03 +0800 |
commit | ffb3a3c06c4d436aaf03efccf31301b472cd8137 (patch) | |
tree | 9fd60dbbca353908826b79cb49320940d89cc8d8 /docs | |
parent | 07591478dd78dee56c5b83a62a314e984c3a83a6 (diff) | |
parent | 3576ccf5b36f41d36898919eee7316b9c7c49d41 (diff) | |
download | dexon-solidity-ffb3a3c06c4d436aaf03efccf31301b472cd8137.tar dexon-solidity-ffb3a3c06c4d436aaf03efccf31301b472cd8137.tar.gz dexon-solidity-ffb3a3c06c4d436aaf03efccf31301b472cd8137.tar.bz2 dexon-solidity-ffb3a3c06c4d436aaf03efccf31301b472cd8137.tar.lz dexon-solidity-ffb3a3c06c4d436aaf03efccf31301b472cd8137.tar.xz dexon-solidity-ffb3a3c06c4d436aaf03efccf31301b472cd8137.tar.zst dexon-solidity-ffb3a3c06c4d436aaf03efccf31301b472cd8137.zip |
Merge pull request #2146 from ethereum/jsonio-target-selection
Support target artifact selection in JSON I/O
Diffstat (limited to 'docs')
-rw-r--r-- | docs/using-the-compiler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 7f82df70..c12750c8 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -138,7 +138,7 @@ Input Description // ewasm.wasm - eWASM binary format (not supported atm) // // Note that using a using `evm`, `evm.bytecode`, `ewasm`, etc. will select every - // target part of that output. + // target part of that output. Additionally, `*` can be used as a wildcard to request everything. // outputSelection: { // Enable the metadata and bytecode outputs of every single contract. |