From 06120d7fd7ba19d96b3e92a49a1454ae3a0c6204 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Thu, 12 Sep 2024 20:33:41 +0200 Subject: [PATCH] fixup --- python/src/trezorlib/cli/trezorctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/cli/trezorctl.py b/python/src/trezorlib/cli/trezorctl.py index 5ddc28166..c326f9f26 100755 --- a/python/src/trezorlib/cli/trezorctl.py +++ b/python/src/trezorlib/cli/trezorctl.py @@ -377,7 +377,7 @@ def clear_session(client: "TrezorClient") -> None: @cli.command() def new_clear_session() -> None: - """New Clear session (remove cached PIN, passphrase, etc.).""" + """New Clear session (remove cached channels from trezorlib).""" channel_database.clear_stored_channels()