Skip to content

Commit

Permalink
Merge pull request #19 from cvent/refactor-additions
Browse files Browse the repository at this point in the history
NA-0: Fixing command line parameter for using doubles.
  • Loading branch information
lroling8350 committed Oct 27, 2014
2 parents 986ff38 + 3d254ef commit 932d985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cvent.JsonSchema2Poco.Client/CommandLineSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static CommandLineSettings ParseCommandLineParameters(IEnumerable<string>
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
},
{
Expand Down

0 comments on commit 932d985

Please sign in to comment.