release notes and help

This commit is contained in:
2021-09-29 15:14:52 +02:00
parent 9288d33a8f
commit 6421c15387
4 changed files with 76 additions and 85 deletions

View File

@ -2136,7 +2136,7 @@ std::string CmdProxy::VetoAlgorithm(int action) {
os << cmd << ' ';
if (action == defs::HELP_ACTION) {
os << "[hits|raw] [lll|10gbe]\n\t[Gotthard2] Set the veto "
"algorithm."
"algorithm. Default is hits."
<< '\n';
} else if (action == defs::GET_ACTION) {
if (args.size() != 1) {