From 4b91b5b92d95222f8228d199a6f21e9755bcafb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Gim=C3=A9nez=20de=20Castro?= Date: Wed, 28 Aug 2024 17:36:23 +0200 Subject: [PATCH] fix typo in help message --- autosubmit/autosubmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosubmit/autosubmit.py b/autosubmit/autosubmit.py index 99df9146..6e9541b7 100644 --- a/autosubmit/autosubmit.py +++ b/autosubmit/autosubmit.py @@ -673,7 +673,7 @@ class Autosubmit: # stop subparser = subparsers.add_parser( - 'stop', description='Completly stops an autosubmit run process') + 'stop', description='Completely stops an autosubmit run process') group = subparser.add_mutually_exclusive_group(required=True) group.add_argument('expid', help='experiment identifier, stops the listed expids separated by ","', nargs='?') subparser.add_argument('-f', '--force', default=False, action='store_true', -- GitLab