docs: Mention correct default value in term_width docstring

The default was correctly changed to 100 in #1950, but later
accidentally reverted in 89fcc75.
This commit is contained in:
Martin Geisler 2020-12-31 08:51:29 +01:00
parent e3bede211f
commit 72884b2642

View file

@ -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