mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
add missing 'the'
This commit is contained in:
parent
c91d523d41
commit
14bfbd6ef4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
//! arguments.
|
||||
//!
|
||||
//! `clap` also provides the traditional version and help switches (or flags) 'for free' meaning
|
||||
//! automatically with no configuration. It does this by checking list of valid possibilities you
|
||||
//! automatically with no configuration. It does this by checking the list of valid possibilities you
|
||||
//! supplied and adding only the ones you haven't already defined. If you are using subcommands,
|
||||
//! `clap` will also auto-generate a `help` subcommand for you in addition to the traditional flags.
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue