Skip to content

Commit

Permalink
mpc: name global options common to all commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Oct 24, 2019
1 parent 04a4197 commit f14c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpc/cli/mpc_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int mpc_main(
ProtoboardInitFn pb_init)
{
ppT::init_public_params();
po::options_description global("");
po::options_description global("Global options");
global.add_options()("help,h", "This help")("verbose,v", "Verbose output");

po::options_description all("");
Expand Down

0 comments on commit f14c7fb

Please sign in to comment.