Skip to content

Commit

Permalink
Add missing --runNumber option
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis authored Sep 28, 2024
1 parent 03eb230 commit b72dbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Application.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ void ShowUsage() {
<< "\t--geometry (-g) geometry.gdml | specify geometry file" << endl
<< "\t--seed (-s) seed | specify random seed (positive integer)" << endl
<< "\t--interactive (-i) | set interactive mode (disabled by default)" << endl
<< "\t--runNumber | explicitly set runNumber" << endl
<< "\t--threads (-t, -j) | set the number of threads, also enables multithreading which is disabled "
"by default"
<< endl;
Expand Down

0 comments on commit b72dbce

Please sign in to comment.