From 339734e71e5f401c057bb0b4215d56ad650cefbf Mon Sep 17 00:00:00 2001 From: fabienfl Date: Tue, 29 Sep 2020 20:18:59 +0200 Subject: [PATCH] OrcCommand: WolfLauncher: add Outline option --- src/OrcCommand/WolfLauncher_Output.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/OrcCommand/WolfLauncher_Output.cpp b/src/OrcCommand/WolfLauncher_Output.cpp index 6ef75830..1d88e43a 100644 --- a/src/OrcCommand/WolfLauncher_Output.cpp +++ b/src/OrcCommand/WolfLauncher_Output.cpp @@ -69,7 +69,10 @@ void Main::PrintUsage() "administer (see online documentation). The top-level options specified here can affect parent and childs " "processes."); - Usage::PrintOutputParameters(usageNode); + constexpr std::array kCustomOutputParameters = { + Usage::Parameter {"/Outline", "Generic system information file output"}}; + + Usage::PrintOutputParameters(usageNode, kCustomOutputParameters); constexpr std::array kSpecificParameters = { Usage::Parameter {