Merge pull request #2603 from hosseind88/remove-a-redundant-word-in-AppSettings-NoBinaryName-enum-explanation

Remove a redundant word in AppSettings::NoBinaryName enum explanation
This commit is contained in:
Pavan Kumar Sunkara 2021-07-19 15:03:17 +01:00 committed by GitHub
commit 8ff68080e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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