Skip to content

Commit

Permalink
fix help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Dec 6, 2024
1 parent 03edecf commit 18b9595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ static int Main(string[] args)
description: "Redirect dependent repositories to the local filesystem. E.g `--local-repository org/name@ref=/path/to/repository`");
var listOptionsOpt = new Option<bool>(
"--list-options",
description: "print a json structure of compatible options");
description: "Print a json structure of compatible options");
var rootCommand = new RootCommand
{
workflowOption,
Expand Down

0 comments on commit 18b9595

Please sign in to comment.