From 38cca932eb57cbd48bbce33bb27682d0e144ca56 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 30 Mar 2022 21:18:19 +0200 Subject: [PATCH] [mod] Fix typo --- silkaj/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silkaj/cli.py b/silkaj/cli.py index 67f3d609..e7455f0c 100644 --- a/silkaj/cli.py +++ b/silkaj/cli.py @@ -147,7 +147,7 @@ cli.add_command(received_sent_certifications) @cli.group( "revocation", help="Create, save, verify or publish revocation document.\n\ -Subcommands optionnaly take the path to the revocation document.", +Subcommands optionally take the path to the revocation document.", ) @help_option("-h", "--help") def revocation_group(): -- GitLab