Remove a redundant word in AppSettings::NoBinaryName enum explanation

This commit is contained in:
hosseind88 2021-07-19 17:56:57 +04:30
parent d8f6878db8
commit cc2e07ea61

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