mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
Merge pull request #3577 from samueltardieu/fix-arg-help-doc
docs: arg! macro uses double quotes for help string
This commit is contained in:
commit
6835dfa978
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ macro_rules! arg_impl {
|
|||
///
|
||||
/// ### Help String
|
||||
///
|
||||
/// The help string is denoted between a pair of single quotes `''` and may contain any
|
||||
/// The help string is denoted between a pair of double quotes `""` and may contain any
|
||||
/// characters.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Reference in a new issue