Skip to content

Commit

Permalink
fixed commandline options
Browse files Browse the repository at this point in the history
  • Loading branch information
Buote Xu authored and Buote Xu committed Jun 15, 2012
1 parent dce6531 commit f0691b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example-bruker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ int parseProgramOptions(int argc, char* argv[], ProgramOptions& options)
cmdline_options.add(generic).add(config);

po::options_description visible("Allowed options");
visible.add(generic).add(config);

po::positional_options_description p;
p.add("inputfile", -1);
Expand Down

0 comments on commit f0691b4

Please sign in to comment.