Skip to content

Commit

Permalink
Update NineChronicles.Headless.Executable/Program.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Dogeon <[email protected]>
  • Loading branch information
longfin and moreal committed Feb 2, 2024
1 parent d10c1f4 commit a441d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChronicles.Headless.Executable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public async Task Run(

if (networkType is { })
{
Log.Warning("networkType has been deprecated and has no effect. please use `planet` instead.");
Log.Warning("'--network-type' option has been deprecated and has no effect. please use `--planet` instead.");
}

IActionEvaluatorConfiguration? GetActionEvaluatorConfiguration(IConfiguration configuration)
Expand Down

0 comments on commit a441d53

Please sign in to comment.