Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
chore: add about
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Aug 31, 2021
1 parent 38ef732 commit a11fe9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/malus/src/malus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a11fe9c

Please sign in to comment.