Skip to content
Snippets Groups Projects
Commit 6e803b39 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: src/pythia_dis.cc

parent b2860609
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
...@@ -68,7 +68,7 @@ settings cmdline_settings(int argc, char* argv[]) { ...@@ -68,7 +68,7 @@ settings cmdline_settings(int argc, char* argv[]) {
" options:" % (option("-h", "--help").set(s.selected, mode::help) % "show help"), " options:" % (option("-h", "--help").set(s.selected, mode::help) % "show help"),
value("file", s.outfile).if_missing([] { value("file", s.outfile).if_missing([] {
std::cout << "You need to provide an output filename argument!\n"; std::cout << "You need to provide an output filename argument!\n";
}) % "output file"); }) % "output file";
auto cli = auto cli =
(command("help").set(s.selected, mode::help) | lastOpt); (command("help").set(s.selected, mode::help) | lastOpt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment