From a11fe9c0128d82b6b77dae976ee042b8de085321 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Tue, 31 Aug 2021 11:39:15 +0200 Subject: [PATCH] chore: add about --- node/malus/src/malus.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/node/malus/src/malus.rs b/node/malus/src/malus.rs index 457d6aa88c6e..4961bd3e1e65 100644 --- a/node/malus/src/malus.rs +++ b/node/malus/src/malus.rs @@ -29,6 +29,7 @@ use variants::*; /// Define the different variants of behavior. #[derive(Debug, StructOpt)] +#[structopt(about = "Malus - the nemesis of polkadot.")] #[structopt(rename_all = "kebab-case")] enum NemesisVariant { /// Suggest a candidate with an invalid proof of validity.