diff --git a/src/app.rs b/src/app.rs index a9eba45..6a3f550 100644 --- a/src/app.rs +++ b/src/app.rs @@ -12,9 +12,9 @@ pub fn build_app() -> Command<'static> { .color(clap_color_choice) .setting(AppSettings::DeriveDisplayOrder) .dont_collapse_args_in_usage(true) - .after_help( - "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 +Note: `fd -h` prints a short and concise overview while `fd --help` gives all \ + details.", ) .arg( Arg::new("hidden")