little-sharps / args

Command line argument parser for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong exception text: "Number of ordinal arguments must at least {0}."

GeertvanHorrik opened this issue · comments

You should use a string format here:

throw new InvalidOperationException(Properties.Resources.IncorrectNumberOfOrdinalArgumentsMessage);