exit hydra-eval-jobs after printing help

This commit is contained in:
Jörg Thalheim 2021-03-21 18:38:56 +01:00
parent b48e9667dc
commit f00607a7c6
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -48,6 +48,7 @@ struct MyArgs : MixEvalArgs, MixCommonArgs
} }
printf(" --%-20s %s\n", name.c_str(), flag->description.c_str()); printf(" --%-20s %s\n", name.c_str(), flag->description.c_str());
} }
::exit(0);
}}, }},
}); });