Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Mar 10, 2024
1 parent 39a0f1e commit 3a0fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Options ProcessCommandLineOptions(int argc, char* const argv[]) {
options.runNumber =
stoi(argv[++i]); // Increment 'i' so we don't get the argument as the next argv[i].
if (options.runNumber < 0) {
cout << "--seed option error: seed must be positive number" << endl;
cout << "--runNumber option error: runNumber cannot be negative" << endl;
exit(1);
}
} else {
Expand Down

0 comments on commit 3a0fdd0

Please sign in to comment.