We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d9376 commit 4094ccaCopy full SHA for 4094cca
ServerCodeExciser/ServerCodeExciser.cs
@@ -54,7 +54,7 @@ public sealed class Settings : CommandSettings
54
public bool IsDryRun { get; init; }
55
56
[CommandArgument(0, "[INPUT]")]
57
- [Description("One or more input folders.")]
+ [Description("The input folder to excise.")]
58
public string InputPath { get; init; } = string.Empty;
59
60
public override ValidationResult Validate()
0 commit comments