Skip to content

Commit

Permalink
improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
mirams committed Nov 7, 2022
1 parent 37cc5a6 commit 250e593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/single_cell/ApPredictMethods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ std::string ApPredictMethods::PrintCommonArguments()
"* 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"
"* and exit immediately (this info automatically goes to a 'provenance_info.txt' \n"
"* file on completion of a normal run without this flag).\n"
"*\n";
return message;
}
Expand Down

0 comments on commit 250e593

Please sign in to comment.