From 4dac890200cda4642e725b7ee7a1d1c03e4a6836 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Mon, 31 Mar 2025 00:26:03 +0800 Subject: [PATCH] feat: udpates --- src/cmd_piv_ecsign.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd_piv_ecsign.rs b/src/cmd_piv_ecsign.rs index eb494ad..f21f47c 100644 --- a/src/cmd_piv_ecsign.rs +++ b/src/cmd_piv_ecsign.rs @@ -15,7 +15,7 @@ impl Command for CommandImpl { fn name(&self) -> &str { "piv-ecsign" } fn subcommand<'a>(&self) -> App<'a, 'a> { - SubCommand::with_name(self.name()).about("PIV EC sign(with SHA256) subcommand") + SubCommand::with_name(self.name()).about("PIV EC sign(with SHA256/SHA384) subcommand") .arg(cmdutil::build_slot_arg()) .arg(cmdutil::build_pin_arg()) .arg(cmdutil::build_no_pin_arg())