Skip to content

Commit

Permalink
docs(builder): Correct max_term_width docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 17, 2023
1 parent f8d86dc commit d741e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ impl Command {
/// This only applies when [`term_width`][Command::term_width] is unset so that the current
/// terminal's width will be used. See [`Command::term_width`] for more details.
///
/// Using `0` will ignore terminal widths and use source formatting (default).
/// Using `0` will ignore this, always respecting [`Command::term_width`] (default).
///
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
///
Expand Down

0 comments on commit d741e95

Please sign in to comment.