diff --git a/src/builder/command.rs b/src/builder/command.rs index 17d7601e7e9..b06ea45aa7c 100644 --- a/src/builder/command.rs +++ b/src/builder/command.rs @@ -1062,6 +1062,8 @@ impl Command { /// /// **NOTE:** This setting applies globally and *not* on a per-command basis. /// + /// **NOTE:** This requires the [`wrap_help` feature][crate::_features] + /// /// # Examples /// /// ```no_run @@ -1086,6 +1088,8 @@ impl Command { /// /// **NOTE:** This setting applies globally and *not* on a per-command basis. /// + /// **NOTE:** This requires the [`wrap_help` feature][crate::_features] + /// /// # Examples /// /// ```no_run