This commit is contained in:
Shotaro Yamada 2018-10-15 20:36:39 +09:00
parent d55729987f
commit 751bcf5fa0
8 changed files with 36 additions and 40 deletions

View file

@ -83,7 +83,7 @@ fn main() {
);
if let Err(e) = run(&opts) {
println!("{}", opts.usage(&format!("{}", e)));
println!("{}", opts.usage(&e.to_string()));
process::exit(1);
}
}