diff --git a/src/app.rs b/src/app.rs index 5348ade..502b13e 100644 --- a/src/app.rs +++ b/src/app.rs @@ -16,6 +16,9 @@ pub fn build_app() -> Command<'static> { "Note: `fd -h` prints a short and concise overview while `fd --help` gives all \ details.", ) + .after_long_help( + "Bugs can be reported on Github: https://github.com/sharkdp/fd" + ) .arg( Arg::new("hidden") .long("hidden")