diff --git a/src/app.rs b/src/app.rs index e3cb33a..89f0736 100644 --- a/src/app.rs +++ b/src/app.rs @@ -42,8 +42,10 @@ pub fn build_app() -> App<'static, 'static> { .usage("fd [FLAGS/OPTIONS] [] [...]") .setting(AppSettings::ColoredHelp) .setting(AppSettings::DeriveDisplayOrder) - .after_help("Note: `fd -h` prints a short and concise overview while `fd --help` \ - gives all details.") + .after_help( + "Note: `fd -h` prints a short and concise overview while `fd --help` \ + gives all details.", + ) .arg(arg("hidden").long("hidden").short("H")) .arg(arg("no-ignore").long("no-ignore").short("I")) .arg(arg("no-ignore-vcs").long("no-ignore-vcs"))