aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"