add short text for better understanding in CLI help for restart

This commit is contained in:
Yi Hu 2022-12-12 16:40:42 +01:00
parent c4883e2557
commit 0c989ef03e
1 changed files with 1 additions and 1 deletions

View File

@ -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'