Fix the application name and description.

This commit is contained in:
Justus Winter 2019-02-25 16:34:15 +01:00
parent d34f9c7928
commit 4adf524f99
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ use structopt::StructOpt;
#[derive(Debug, StructOpt)] #[derive(Debug, StructOpt)]
#[structopt( #[structopt(
name = "garbage", name = "hagrid",
about = "Garbage Pile - The verifying OpenPGP key server." about = "Hagrid - The verifying OpenPGP key server."
)] )]
pub struct Opt { pub struct Opt {
/// More verbose output. Disabled when running as daemon. /// More verbose output. Disabled when running as daemon.