Skip to content

Commit

Permalink
Updated description.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaffitsancsoft committed Apr 3, 2024
1 parent d750eb7 commit ab35dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/HQ/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
app.Configure(config =>
{
config.AddCommand<APICommand>("api")
.WithDescription("Start HQ API");
.WithDescription("Start API");

config.AddCommand<WorkerCommand>("worker")
.WithDescription("Start worker");
Expand Down

0 comments on commit ab35dd4

Please sign in to comment.