From ea0808acfb2802cd0b64eae83e8738c4ab008526 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sat, 15 Feb 2020 22:36:41 +0100 Subject: [PATCH] [ref] update cli description --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index 853522c..22c67a4 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -23,7 +23,7 @@ static LANGUAGES_CODES: [&str; 8] = ["en", "zh_HANS", "zh_HANT", "fr", "it", "ja static WORD_COUNT_VALUES: [&str; 6] = ["9", "12", "15", "18", "21", "24"]; #[derive(Debug, StructOpt)] -#[structopt(name = "example", about = "An example of StructOpt usage.")] +#[structopt(name = "dup-mnemotic", about = "DUP mnemotic generator")] struct Opt { /// Mnemotic language #[structopt(short = "l", long = "language", default_value = "en", possible_values = &LANGUAGES_CODES)] -- GitLab