Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #74 from jmarolf/bugfix/update-help-wording
Browse files Browse the repository at this point in the history
try-convert
  • Loading branch information
jmarolf authored Oct 2, 2019
2 parents d119c1d + e03167c commit 420c21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/try-convert/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal class Program
{
private static async Task<int> Main(string[] args)
{
var parser = new CommandLineBuilder(new Command("try-format", handler: CommandHandler.Create(typeof(Program).GetMethod(nameof(Run)))))
var parser = new CommandLineBuilder(new Command("try-convert", handler: CommandHandler.Create(typeof(Program).GetMethod(nameof(Run)))))
.UseParseDirective()
.UseHelp()
.UseDebugDirective()
Expand Down

0 comments on commit 420c21f

Please sign in to comment.