Skip to content

Commit

Permalink
Add the --version option to help message
Browse files Browse the repository at this point in the history
  • Loading branch information
mirams committed Nov 7, 2022
1 parent 43c6171 commit 37cc5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/single_cell/ApPredictMethods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ std::string ApPredictMethods::PrintCommonArguments()
"* --output-dir By default output goes into '$CHASTE_TEST_OUTPUT/ApPredict_output'\n"
"* but you can redirect it (useful for parallel scripting)\n"
"* with this argument.\n"
"* --version Print out Chaste and ApPredict versions, along with dependency versions\n"
"* and exit immediately (this info automatically goes to 'provenance_info.txt' file).\n"
"*\n";
return message;
}
Expand Down

0 comments on commit 37cc5a6

Please sign in to comment.