aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-02-07 15:48:05 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-02-07 15:48:05 +0000
commit5af7b5e0ba7be83591ae248ff3824a042e872426 (patch)
tree6a301f28e2a247b059132ca3689b05afce0899ea
parent60fbf5a676d539b19a41fdcae2dad0a1ec0386af (diff)
Slightly changed description for IO::recover = "manual" to make it more obvious
which other parameters need to be set for this case. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@224 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 50277b8..da6fe30 100644
--- a/param.ccl
+++ b/param.ccl
@@ -126,7 +126,7 @@ BOOLEAN checkpoint_ID "Checkpoint initial data ?" STEERABLE = RECOVER
KEYWORD recover "Recover from a checkpoint file ?" STEERABLE = RECOVER
{
"no" :: "Don't recover"
- "manual" :: "Recover from the checkpoint file given as <recover_dir>/<recover_file>"
+ "manual" :: "Recover from the checkpoint file as given in IO::recover_dir and IO::recover_file"
"auto" :: "Automatically recover from the latest checkpoint file found in <recover_dir>"
"autoprobe" :: "Probe for checkpoint files and automatically recover, continue as usual if nothing was found"
} "no"