diff --git a/snapcraft/commands/legacy.py b/snapcraft/commands/legacy.py index 8a7f13609d..4d97d54ce7 100644 --- a/snapcraft/commands/legacy.py +++ b/snapcraft/commands/legacy.py @@ -222,7 +222,7 @@ class StoreLegacyRegisterKeyCommand(LegacyBaseCommand): help_msg = "Register a key to sign assertions with the Snap Store." overview = textwrap.dedent( """ - Register a a key with the Snap Store. Prior to registration, use register-key + Register a key with the Snap Store. Prior to registration, use create-key to create one.""" )