From 7d132af9766a64e8403950fee46491db45598112 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Tue, 26 May 2020 20:10:51 -0400 Subject: changed author line --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 474c117..83708c4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,7 @@ mod user; fn main() -> error::Result<()> { let arg_matches = clap::App::new("clinte") .version(clap::crate_version!()) - .author("Ben Morrison (gbmor)") + .author("Ben Morrison ") .about("Command-line community notices system") .subcommand(clap::SubCommand::with_name("post").about("Post a new notice")) .subcommand(clap::SubCommand::with_name("update").about("Update a notice you've posted")) -- cgit 1.4.1-2-gfad0