Skip to content

Commit

Permalink
docs(help): Remove stale reference about wrapping
Browse files Browse the repository at this point in the history
Fixes #4772
  • Loading branch information
epage committed Mar 17, 2023
1 parent b69cf08 commit cc1474f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,8 +1057,8 @@ impl Command {
///
/// Using `0` will ignore terminal widths and use source formatting.
///
/// Defaults to current terminal width when `wrap_help` feature flag is enabled. If the flag
/// is disabled or it cannot be determined, the default is 100.
/// Defaults to current terminal width when `wrap_help` feature flag is enabled. If current
/// width cannot be determined, the default is 100.
///
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
///
Expand Down

0 comments on commit cc1474f

Please sign in to comment.