Skip to content
Snippets Groups Projects
Commit f81f88a1 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Update error message

parent 2791d832
No related branches found
No related tags found
No related merge requests found
......@@ -1621,7 +1621,7 @@ static bool _opt_verify(void)
}
if (opt.overcommit && opt.cpus_per_task_set) {
error("--overcommit and -c/--cpus-per-task are incompatible");
error("--overcommit/-C and --cpus-per-task/-c are incompatible");
verified = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment