From 062acac6bb9b027fc5d411df81dc9058c9c085be Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Wed, 19 Jul 2023 11:36:32 +0200 Subject: [PATCH] improve doc of command delete-ca --- ledgerwallet/ledgerctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledgerwallet/ledgerctl.py b/ledgerwallet/ledgerctl.py index 1ec50eb..cd0e0fa 100644 --- a/ledgerwallet/ledgerctl.py +++ b/ledgerwallet/ledgerctl.py @@ -273,7 +273,7 @@ def install_ca(get_client, name, public_key): raise -@cli.command(help="Delete custom certificate authority.") +@cli.command(help="Delete custom certificate authority (requires recovery mode).") @click.pass_obj def delete_ca(get_client): try: