mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CommandLineInterface: Add a note that --old-reporter is a legacy option
This commit is contained in:
parent
7bd7ff3d7d
commit
d303bb24f0
@ -878,7 +878,7 @@ General Information)").c_str(),
|
|||||||
)
|
)
|
||||||
(
|
(
|
||||||
g_argOldReporter.c_str(),
|
g_argOldReporter.c_str(),
|
||||||
"Enables old diagnostics reporter."
|
"Enables old diagnostics reporter (legacy option, will be removed)."
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
desc.add(outputFormatting);
|
desc.add(outputFormatting);
|
||||||
|
Loading…
Reference in New Issue
Block a user