diff --git a/src/sccala/sccala_bootstrap.py b/src/sccala/sccala_bootstrap.py index 5a347a3..134fe37 100644 --- a/src/sccala/sccala_bootstrap.py +++ b/src/sccala/sccala_bootstrap.py @@ -95,7 +95,7 @@ def cli(): parser.add_argument( "-t", "--time", - help="Wallclock time (in h) of parent job. Once 95% of the Wallclock time has passed no new iteration will be started. Default: 24.0", + help="Wallclock time (in h) of parent job. Once 95 percent of the Wallclock time has passed no new iteration will be started. Default: 24.0", default=24.0, type=float, )