diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-30 18:12:28 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-12-01 23:03:59 +0800 |
commit | 35325ee7c3e1af558caf0a47c8611cdfde959bb3 (patch) | |
tree | 4930bdb2957932cb07fd3d82bd7767dccbc48971 /solc/CommandLineInterface.cpp | |
parent | 6a7ff039df15be59fbb71dc3dfaad09fb0b8961f (diff) | |
download | dexon-solidity-35325ee7c3e1af558caf0a47c8611cdfde959bb3.tar.gz dexon-solidity-35325ee7c3e1af558caf0a47c8611cdfde959bb3.tar.zst dexon-solidity-35325ee7c3e1af558caf0a47c8611cdfde959bb3.zip |
Update metadata documentation
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r-- | solc/CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index 419a1de0..6e59099a 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -482,7 +482,7 @@ Allowed options)", (g_argSignatureHashes.c_str(), "Function signature hashes of the contracts.") (g_argNatspecUserStr.c_str(), "Natspec user documentation of all contracts.") (g_argNatspecDevStr.c_str(), "Natspec developer documentation of all contracts.") - (g_argMetadata.c_str(), "Combined metadata JSON whose swarm hash is stored on-chain.") + (g_argMetadata.c_str(), "Combined Metadata JSON whose Swarm hash is stored on-chain.") ("formal", "Translated source suitable for formal analysis."); desc.add(outputComponents); |