chore: fix helpers

This commit is contained in:
newbee1905
2023-02-02 22:24:54 +07:00
parent 2dea2c86ec
commit 03166deb7e

View File

@@ -133,6 +133,11 @@ fn print_help() {
"if no provider is entered it will default to {}",
"vrv".green()
);
println!(
"if the -r argument is not used it will default to {}",
"gogo".green()
);
println!("the providers are {} or {}", "gogo".green(), "vrv".green());
println!("");
println!("reader:\t\t{}", format_args!("{}", "-R --reader".red()));
println!(
@@ -144,10 +149,10 @@ fn print_help() {
"bat".green()
);
println!(
"if the -r argument is not used it will default to {}",
"gogo".green()
"if the -R argument is not used it will default to {}",
"bat".green()
);
println!("the providers are {} or {}", "gogo".green(), "vrv".green());
println!("the readers are {} or {}", "bat".green(), "glow".green());
println!("");
println!("help:\t\t{}", format_args!("{}", "-h --help".red()));
//kill the program