Skip to content

Commit 3a0fdd0

Browse files
committed
typo
1 parent 39a0f1e commit 3a0fdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Options ProcessCommandLineOptions(int argc, char* const argv[]) {
249249
options.runNumber =
250250
stoi(argv[++i]); // Increment 'i' so we don't get the argument as the next argv[i].
251251
if (options.runNumber < 0) {
252-
cout << "--seed option error: seed must be positive number" << endl;
252+
cout << "--runNumber option error: runNumber cannot be negative" << endl;
253253
exit(1);
254254
}
255255
} else {

0 commit comments

Comments
 (0)