From 0c989ef03e75e03fc9697ac7cb33e730c3c68a78 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Mon, 12 Dec 2022 16:40:42 +0100 Subject: [PATCH] add short text for better understanding in CLI help for restart --- src/CLI.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLI.f90 b/src/CLI.f90 index ce7e4ca1b..a6a70b2e9 100644 --- a/src/CLI.f90 +++ b/src/CLI.f90 @@ -134,7 +134,7 @@ subroutine CLI_init print'(a)',' and "debug.yaml" in that directory.' print'(/,a)',' --restart N' print'(a)', ' Reads in increment N and continues with calculating' - print'(a)', ' increment N+1 based on this.' + print'(a)', ' increment N+1, N+2, ... based on this.' print'(a)', ' Appends to existing results file' print'(a)', ' "NameOfGeom_NameOfLoadFile.hdf5".' print'(a)', ' Works only if the restart information for increment N'