Skip to content

Commit 8ff6808

Browse files
authored
Merge pull request #2603 from hosseind88/remove-a-redundant-word-in-AppSettings-NoBinaryName-enum-explanation
Remove a redundant word in AppSettings::NoBinaryName enum explanation
2 parents d8f6878 + cc2e07e commit 8ff6808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/app/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ pub enum AppSettings {
862862
InferLongArgs,
863863

864864
/// Specifies that the parser should not assume the first argument passed is the binary name.
865-
/// This is normally the case when using a "daemon" style mode, or an interactive CLI where one
865+
/// This is normally the case when using a "daemon" style mode, or an interactive CLI where
866866
/// one would not normally type the binary or program name for each command.
867867
///
868868
/// # Examples

0 commit comments

Comments
 (0)