diff --git a/src/main.rs b/src/main.rs index 58a8c83..2546658 100644 --- a/src/main.rs +++ b/src/main.rs @@ -244,6 +244,7 @@ fn main() { // Defaults help print clap_instance.print_long_help().expect("Unable to print help"); + println!(); } /// Daemon subcommand, start the event loop and spawn a background thread worker