Skip to content

Commit

Permalink
Made -wip hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Dec 12, 2023
1 parent 4c17f03 commit e62c3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/orionld/orionld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ PaArgument paArgs[] =
{ "-cSubCounters", &cSubCounters, "CSUB_COUNTERS", PaInt, PaOpt, 20, 0, PaNL, CSUBCOUNTERS_DESC },
{ "-distributed", &distributed, "DISTRIBUTED", PaBool, PaOpt, false, false, true, DISTRIBUTED_DESC },
{ "-brokerId", &brokerId, "BROKER_ID", PaStr, PaOpt, _i "", PaNL, PaNL, BROKER_ID_DESC },
{ "-wip", wip, "WIP", PaStr, PaOpt, _i "", PaNL, PaNL, WIP_DESC },
{ "-wip", wip, "WIP", PaStr, PaHid, _i "", PaNL, PaNL, WIP_DESC },
{ "-triggerOperation", &triggerOperation, "TRIGGER_OPERATION", PaBool, PaHid, false, false, true, TRIGGER_OPERATION_DESC },
{ "-forwarding", &distributed, "FORWARDING", PaBool, PaHid, false, false, true, FORWARDING_DESC },
{ "-socketService", &socketService, "SOCKET_SERVICE", PaBool, PaHid, false, false, true, SOCKET_SERVICE_DESC },
Expand Down

0 comments on commit e62c3aa

Please sign in to comment.