From 6e803b3941a3cb2c7c49c6e7836bc18297f74bbe Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 10 Jan 2021 01:11:02 -0600 Subject: [PATCH] modified: src/pythia_dis.cc --- dis/src/pythia_dis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dis/src/pythia_dis.cc b/dis/src/pythia_dis.cc index a8a11759..54cd5a11 100644 --- a/dis/src/pythia_dis.cc +++ b/dis/src/pythia_dis.cc @@ -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); -- GitLab