aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-10-19 21:24:33 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-11-30 04:10:18 +0800
commit59bed63dbcad9c813f621ec1f49eb9207286fd33 (patch)
tree323c317a0ee70db66fda1fce6c3a7b6e94e90e07 /docs/using-the-compiler.rst
parentbbcec95bac84314d947814ace7da85f69168df94 (diff)
downloaddexon-solidity-59bed63dbcad9c813f621ec1f49eb9207286fd33.tar
dexon-solidity-59bed63dbcad9c813f621ec1f49eb9207286fd33.tar.gz
dexon-solidity-59bed63dbcad9c813f621ec1f49eb9207286fd33.tar.bz2
dexon-solidity-59bed63dbcad9c813f621ec1f49eb9207286fd33.tar.lz
dexon-solidity-59bed63dbcad9c813f621ec1f49eb9207286fd33.tar.xz
dexon-solidity-59bed63dbcad9c813f621ec1f49eb9207286fd33.tar.zst
dexon-solidity-59bed63dbcad9c813f621ec1f49eb9207286fd33.zip
Update standard json documentation
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst2
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.