aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-09-03 21:11:35 +0800
committerLeonardo Alt <leo@ethereum.org>2018-09-03 21:11:35 +0800
commitd4fd4847de6df44858f3c615d87d175042fe2566 (patch)
treefce073de1f96b98591ac1732978ec6545ddae258
parent410d288dfc2e08c42df58c7e01ad5c332ce92727 (diff)
downloaddexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar
dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar.gz
dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar.bz2
dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar.lz
dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar.xz
dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar.zst
dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.zip
Mention in the standard json documentation that files in urls need their directories allowed via --allow-paths
-rw-r--r--docs/using-the-compiler.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index b286e1a3..0a64d840 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -83,6 +83,8 @@ Input Description
[
"bzzr://56ab...",
"ipfs://Qma...",
+ // If files are used, their directories should be added to the command line via
+ // `--allow-paths <path>`.
"file:///tmp/path/to/file.sol"
]
},