mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Merge pull request #2281 from mgeisler/patch-2
docs: Mention correct default value in term_width docstring
This commit is contained in:
commit
dc3306c097
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…
Reference in a new issue