diff --git a/src/main.rs b/src/main.rs index 6bb33feb..7bb671cb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -70,6 +70,7 @@ impl App { "{}", configs::CONFIG.read().unwrap().args.usage().to_string() ); + println!(""); return; } if let Some(csv_path) = configs::CONFIG.read().unwrap().args.value_of("output") {