j-maly / CommandLineParser

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.
MIT License
137 stars 30 forks source link

Spelling error #41

Closed gt2847c closed 7 years ago

gt2847c commented 7 years ago

In Messages.cs line 59: public static string EXC_GROUP_DISTINCT = "None of these argumens: {0} can be used together with any of these: {1}.";

Arguments is misspelled as argumens.

gt2847c commented 7 years ago

Thanks