Merge branch '209-small-improve-CLI-for-restart' into 'development'

minor change in CLI help for restart

Closes #209

See merge request damask/DAMASK!688
This commit is contained in:
Philip Eisenlohr 2022-12-13 13:43:26 +00:00
commit 213d082fce
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'