From 4adf524f996141f1ea9b1c5655d91fee153cddca Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 25 Feb 2019 16:34:15 +0100 Subject: [PATCH] Fix the application name and description. --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index a0895b8..44c1984 100644 --- a/src/main.rs +++ b/src/main.rs @@ -43,8 +43,8 @@ use structopt::StructOpt; #[derive(Debug, StructOpt)] #[structopt( - name = "garbage", - about = "Garbage Pile - The verifying OpenPGP key server." + name = "hagrid", + about = "Hagrid - The verifying OpenPGP key server." )] pub struct Opt { /// More verbose output. Disabled when running as daemon.