Skip to content

Commit

Permalink
Revise option docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Oct 31, 2024
1 parent 7d0e564 commit b8b9e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ static class BasicOptions
public static CliOption<string> Configuration { get; } =
new("--config", "-c")
{
Description = "The path to the configuration file or the name (without extension) of any of the configuration files in the configuration directory.",
Description = "The path to the configuration file or the file name (also without extension) of any of the configuration files in the configuration files directory.",
HelpName = "network or file name"
};

Expand All @@ -516,7 +516,7 @@ static class BasicOptions
public static CliOption<string> LoggerConfigurationSource { get; } =
new("--logger-config", "--loggerConfigSource", "-lcs")
{
Description = "The path to the NLog configuration file.",
Description = "The path to the logging configuration file.",
HelpName = "path"
};

Expand Down

0 comments on commit b8b9e9b

Please sign in to comment.