mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Mark --formal as deprecated in CLI options
This commit is contained in:
parent
d50d1f0ac1
commit
576964bd01
@ -636,7 +636,7 @@ Allowed options)",
|
||||
(g_argNatspecUser.c_str(), "Natspec user documentation of all contracts.")
|
||||
(g_argNatspecDev.c_str(), "Natspec developer documentation of all contracts.")
|
||||
(g_argMetadata.c_str(), "Combined Metadata JSON whose Swarm hash is stored on-chain.")
|
||||
(g_argFormal.c_str(), "Translated source suitable for formal analysis.");
|
||||
(g_argFormal.c_str(), "Translated source suitable for formal analysis. (Deprecated)");
|
||||
desc.add(outputComponents);
|
||||
|
||||
po::options_description allOptions = desc;
|
||||
|
Loading…
Reference in New Issue
Block a user