From 02b5476f871101b0bf3a934b4299dc537cd2f704 Mon Sep 17 00:00:00 2001 From: Alexander Holas Date: Thu, 11 Apr 2024 10:26:18 +0200 Subject: [PATCH] Fix argparse string --- src/sccala/sccala_bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )