„src/main.cpp“ ändern

This commit is contained in:
Eyck Jentzsch 2023-10-15 09:03:31 +02:00
parent 9180ad1f9c
commit ae4322c1b9
1 changed files with 222 additions and 222 deletions

View File

@ -80,7 +80,7 @@ int main(int argc, char *argv[]) {
po::store(parsed, clim); // can throw
// --help option
if (clim.count("help")) {
std::cout << "DBT-RISE-RiscV simulator for RISC-V" << std::endl << desc << std::endl;
std::cout << "DBT-RISE-TGC simulator for TGC RISC-V cores" << std::endl << desc << std::endl;
return 0;
}
po::notify(clim); // throws on error, so do after help in case