Improve error message

This commit is contained in:
Eelco Dolstra 2019-05-11 00:40:40 +02:00
parent 0387787e7e
commit 30e8fe951b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -83,7 +83,7 @@ struct Evaluator
}
if (evalOne && seen.empty()) {
printError("the specified jobset does not exist");
printError("the specified jobset does not exist or is disabled");
std::_Exit(1);
}