From 1f795ef9c0c6762624263756804356b9f15f9bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 24 Oct 2024 17:22:07 +0200 Subject: [PATCH] Apply review suggestions --- pynitrokey/cli/nk3/pcsc_absent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynitrokey/cli/nk3/pcsc_absent.py b/pynitrokey/cli/nk3/pcsc_absent.py index 480b8b04..8f9c5f27 100644 --- a/pynitrokey/cli/nk3/pcsc_absent.py +++ b/pynitrokey/cli/nk3/pcsc_absent.py @@ -1 +1 @@ -PCSC_ABSENT = "pyscard is not available, please consult https://docs.nitrokey.com/nitrokey3/linux/troubleshooting#pcsc-unavailable for more information" +PCSC_ABSENT = "This command requires the pyscard library that is not available on your system. Please consult https://docs.nitrokey.com/nitrokeys/nitrokey3/troubleshooting#pyscard-is-not-available for more information"