Fixed banner usage
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user