Skip to content

Commit 941bb43

Browse files
authored
Merge branch 'main' into bootstr-edvilme-commandline
2 parents 5ca0b5c + 5ad9779 commit 941bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-bootstrapper/BootstrapperCommandParser.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static BootstrapperCommandParser()
2424
BootstrapperRootCommand.AddCommand(CommandLineConfigs.ListCommand);
2525
BootstrapperRootCommand.AddCommand(CommandLineConfigs.RemoveCommand);
2626
BootstrapperRootCommand.AddCommand(HelpCommand);
27-
VersionCommand.Handler = CommandHandler.Create(() =>
27+
HelpCommand.Handler = CommandHandler.Create(() =>
2828
{
2929
Console.WriteLine(LocalizableStrings.BootstrapperHelp);
3030
});

0 commit comments

Comments
 (0)