summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-18 13:11:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-18 13:11:28 +0200
commit7da99d17d2220dcd19f0186c7f44bc34805a2970 (patch)
tree96c12cbf62757645faf7c9d36fd3bcf70bdabdb1
parent68d9fb8e9a88489e66cb0678900186ee71afcee6 (diff)
Fix structopt settings
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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,