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)]
#[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.