Skip to content

Commit

Permalink
OrcCommand: WolfLauncher: add Outline option
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Nov 9, 2020
1 parent bca6171 commit 339734e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/OrcCommand/WolfLauncher_Output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 339734e

Please sign in to comment.