mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
Remove a redundant word in AppSettings::NoBinaryName enum explanation
This commit is contained in:
parent
d8f6878db8
commit
cc2e07ea61
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ pub enum AppSettings {
|
|||
InferLongArgs,
|
||||
|
||||
/// Specifies that the parser should not assume the first argument passed is the binary name.
|
||||
/// This is normally the case when using a "daemon" style mode, or an interactive CLI where one
|
||||
/// This is normally the case when using a "daemon" style mode, or an interactive CLI where
|
||||
/// one would not normally type the binary or program name for each command.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Reference in a new issue