mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
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:
parent
e3bede211f
commit
72884b2642
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue