From 54413ef676282a7a2404e5780248a4253cd398fc Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 9 Dec 2024 19:25:26 +0200 Subject: [PATCH] Update dodo.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexis Métaireau --- dodo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dodo.py b/dodo.py index b125910..cd5d9a4 100644 --- a/dodo.py +++ b/dodo.py @@ -29,7 +29,7 @@ PARAM_APPLE_ID = { "name": "apple_id", "long": "apple-id", "default": APPLE_ID, - "help": "The Apple developer ID that will be used for signing the .dmg", + "help": "The Apple developer ID that will be used to sign the .dmg", } PARAM_USE_CACHE = {