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
Branches env_update
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ settings cmdline_settings(int argc, char* argv[]) {
" options:" % (option("-h", "--help").set(s.selected, mode::help) % "show help"),
value("file", s.outfile).if_missing([] {
std::cout << "You need to provide an output filename argument!\n";
}) % "output file");
}) % "output file";
auto cli =
(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