From 250e593aede8be32d610def1ecb280e77f15f3c0 Mon Sep 17 00:00:00 2001 From: Gary Mirams Date: Mon, 7 Nov 2022 18:21:31 +0000 Subject: [PATCH] improve help message --- src/single_cell/ApPredictMethods.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }