Skip to content

Commit

Permalink
docs: Mention correct default value in term_width docstring
Browse files Browse the repository at this point in the history
The default was correctly changed to 100 in clap-rs#1950, but later
accidentally reverted in 89fcc75.
  • Loading branch information
mgeisler committed Dec 31, 2020
1 parent e3bede2 commit 72884b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ impl<'help> App<'help> {
}

/// Sets the terminal width at which to wrap help messages. Defaults to
/// `120`. Using `0` will ignore terminal widths and use source formatting.
/// `100`. Using `0` will ignore terminal widths and use source formatting.
///
/// `clap` automatically tries to determine the terminal width on Unix,
/// Linux, OSX and Windows if the `wrap_help` cargo "feature" has been enabled
Expand Down

0 comments on commit 72884b2

Please sign in to comment.