From 7da99d17d2220dcd19f0186c7f44bc34805a2970 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 18 May 2020 13:11:28 +0200 Subject: Fix structopt settings Signed-off-by: Matthias Beyer --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 815c065..64e011d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -4,7 +4,7 @@ use structopt::StructOpt; use anyhow::Error; #[derive(Debug, StructOpt)] -#[structopt(name = "example", about = "An example of StructOpt usage.")] +#[structopt(name = "distrox", about = "Distrox - The distributed social network")] pub struct CLI { #[structopt(short, long)] debug: bool, -- cgit v1.2.3