mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
Fix a typo in the Clap trait docs (#2243)
* Fix a typo in the Clap trait docs * Update src/derive.rs Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com> Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
This commit is contained in:
parent
3520a30b6e
commit
041bfda7ca
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ use std::ffi::OsString;
|
|||
/// .about("More verbose output"))
|
||||
/// .arg(Arg::new("name")
|
||||
/// .long("name")
|
||||
/// .long("n")
|
||||
/// .short('n')
|
||||
/// .about("An optional name")
|
||||
/// .takes_value(true));
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue