diff --git a/src/build/app/mod.rs b/src/build/app/mod.rs index 167aa1cfb646..5ac56422db18 100644 --- a/src/build/app/mod.rs +++ b/src/build/app/mod.rs @@ -2485,8 +2485,7 @@ impl<'help> App<'help> { { debug!("App::_check_help_and_version: Building help subcommand"); self.subcommands.push( - App::new("help") - .about("Print this message or the help of the given subcommand(s)"), + App::new("help").about("Print this message or the help of the given subcommand(s)"), ); } }