diff --git a/Cvent.JsonSchema2Poco.Client/CommandLineSettings.cs b/Cvent.JsonSchema2Poco.Client/CommandLineSettings.cs index 55385cd..fceac86 100644 --- a/Cvent.JsonSchema2Poco.Client/CommandLineSettings.cs +++ b/Cvent.JsonSchema2Poco.Client/CommandLineSettings.cs @@ -44,7 +44,7 @@ public static CommandLineSettings ParseCommandLineParameters(IEnumerable fn => settings.UseLongsForInts = fn != null }, { - "f|floats", "Indicates if doubles should be used instead of floats for numbers.", + "d|double", "Indicates if doubles should be used instead of floats for numbers.", fn => settings.UseDoublesForFloats = fn != null }, {