main: banner formatting

This commit is contained in:
Dave Hrycyszyn
2019-12-12 16:45:39 +00:00
parent ae6f118c88
commit 1468deb2c0
+1 -1
View File
@@ -87,7 +87,7 @@ fn execute(matches: ArgMatches) -> Result<(), String> {
}
fn usage() -> String {
banner() + "usage: --help to see available options."
banner() + "usage: --help to see available options.\n\n"
}
fn banner() -> String {