Fixed banner usage

This commit is contained in:
Dave Hrycyszyn
2020-02-17 16:32:46 +00:00
parent 9391e7148a
commit ef4929dacc
+2 -2
View File
@@ -32,8 +32,8 @@ fn execute(matches: ArgMatches) {
}
}
fn usage() -> String {
banner() + "usage: --help to see available options.\n\n"
fn usage() -> &'static str {
"usage: --help to see available options.\n\n"
}
fn banner() -> String {