diff --git a/cli/src/main.rs b/cli/src/main.rs
index 853522c4c7a9ae85f16f9ed3b6e41d0d6d8a29cd..22c67a480087a29e59460165260e7e988eb86f61 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)]