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)