diff --git a/src/single_cell/ApPredictMethods.cpp b/src/single_cell/ApPredictMethods.cpp index a50a1f1..9e3c4ac 100644 --- a/src/single_cell/ApPredictMethods.cpp +++ b/src/single_cell/ApPredictMethods.cpp @@ -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; }