Update metadata documentation

This commit is contained in:
Alex Beregszaszi
2016-12-01 16:03:59 +01:00
committed by chriseth
parent 6a7ff039df
commit 35325ee7c3
3 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -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);