From 243bf5c6206eb081d2eecfadcf052f24c62dacb7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 24 Oct 2020 14:13:48 +0530 Subject: [PATCH] src: COPYPASTA FOR THE COPYPASTA GODS Signed-off-by: Harsh Shandilya --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ee71801..1d1bb46 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ struct PersistableRepo { } fn main() -> anyhow::Result<()> { - let matches = App::new("hcctl") + let matches = App::new("gitice") .about("Command-line tool for backing up and restoring multiple Git repositories from a directory") .version(crate_version!()) .setting(AppSettings::ColoredHelp)