aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index da2726b..b0d7100 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,7 +40,7 @@ fn main() {
let matches = match opts.parse(&args[1..]) {
Ok(m) => m,
- Err(f) => panic!(f.to_string()),
+ Err(f) => panic!("{}", f.to_string()),
};
if matches.opt_present("h") {