CommandLineInterface: Add a note that --old-reporter is a legacy option

This commit is contained in:
Kamil Śliwak 2020-06-06 00:27:43 +02:00
parent 7bd7ff3d7d
commit d303bb24f0

View File

@ -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);