Skip to content

Commit

Permalink
update title to reflect expansion in devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jan 18, 2025
1 parent 14462c5 commit 0bd1daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implement/pine/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private static int MainLessDispose(
var app = new CommandLineApplication
{
Name = "pine",
Description = "Pine - runtime environment for Elm.\nTo get help or report an issue, see https://github.com/pine-vm/pine/discussions",
Description = "Pine: Elm DevTools and runtime\nTo get help or report an issue, see https://github.com/pine-vm/pine/discussions",
HelpTextGenerator =
new McMaster.Extensions.CommandLineUtils.HelpText.DefaultHelpTextGenerator { SortCommandsByName = false }
};
Expand Down

0 comments on commit 0bd1daf

Please sign in to comment.