Skip to content

Commit

Permalink
NA-0: Fixing command line parameter for using doubles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roling, Luke authored and Roling, Luke committed Oct 27, 2014
1 parent 220d3dc commit 3d254ef
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 3d254ef

Please sign in to comment.