This commit is contained in:
2025-07-09 14:40:02 +02:00
parent 3426ca9d32
commit e1f8c4012f

View File

@@ -50,7 +50,7 @@ ParsedOptions CommandLineOptions::parse(int argc, char *argv[]) {
handleAppSpecificOption(opt, optarg, base, multi, frame);
break;
default:
throw sls::RuntimeError("Invalidddd arguments." + getHelpMessage());
throw sls::RuntimeError("Invalid arguments." + getHelpMessage());
}
}