From a39465e68b20be8d7975318488c4c56bda2553f4 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 4 Dec 2023 15:45:21 +0100 Subject: [PATCH] CLI: display `cesium` available authentication method --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d934e02..8ee9098 100644 --- a/src/main.rs +++ b/src/main.rs @@ -42,7 +42,7 @@ pub struct Args { /// (eventually followed by derivation path) #[clap(short, long)] secret: Option<String>, - /// Secret key format (seed, substrate) + /// Secret key format (seed, substrate, cesium) #[clap(short = 'S', long, default_value = SecretFormat::Substrate)] secret_format: SecretFormat, /// Address -- GitLab