Skip to content

Commit

Permalink
Fixed bug CORE-4876
Browse files Browse the repository at this point in the history
fbsvcmgr shows wrong options for some Trace API services in help screen
  • Loading branch information
hvlad committed Jul 15, 2015
1 parent 403cf2f commit d511444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utilities/fbsvcmgr.cpp
Expand Up @@ -478,7 +478,6 @@ const SvcSwitches traceStartOptions[] =

const SvcSwitches traceChgStateOptions[] =
{
{"trc_name", putStringArgument, 0, isc_spb_trc_name, 0},
{"trc_id", putNumericArgument, 0, isc_spb_trc_id, 0},
{0, 0, 0, 0, 0}
};
Expand Down

0 comments on commit d511444

Please sign in to comment.