diff --git a/src/cli/mod.rs b/src/cli/mod.rs index 92563de..df3b82c 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -44,10 +44,10 @@ License GNU GPL-3.0-or-later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. -Git repository: https://git.4rs.nl/awiteb/n34"#; +Git repository: https://git.4rs.nl/awiteb/n34.git"#; /// Footer message, used in the help message -const FOOTER: &str = r#"Please report bugs to ."#; +const FOOTER: &str = r#"Please report bugs to ."#; /// The command-line interface options #[derive(Args, Clone)]