From cb91a5c848f1150c6e2e2dde3d6700d3e2ac4d72 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 17 Aug 2022 09:21:27 -0700 Subject: [PATCH] Simplify some whitespace on lines --- src/app.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app.rs b/src/app.rs index 6a3f550..45dd443 100644 --- a/src/app.rs +++ b/src/app.rs @@ -12,9 +12,8 @@ pub fn build_app() -> Command<'static> { .color(clap_color_choice) .setting(AppSettings::DeriveDisplayOrder) .dont_collapse_args_in_usage(true) - .after_help("Bugs can be reported on Github: https://github.com/sharkdp/fd\n -Note: `fd -h` prints a short and concise overview while `fd --help` gives all \ - details.", + .after_help("Bugs can be reported on Github: https://github.com/sharkdp/fd\n\n\ + Note: `fd -h` prints a short and concise overview while `fd --help` gives all details.", ) .arg( Arg::new("hidden")