Skip to content

Commit 4094cca

Browse files
committed
fix description.
1 parent f2d9376 commit 4094cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServerCodeExciser/ServerCodeExciser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public sealed class Settings : CommandSettings
5454
public bool IsDryRun { get; init; }
5555

5656
[CommandArgument(0, "[INPUT]")]
57-
[Description("One or more input folders.")]
57+
[Description("The input folder to excise.")]
5858
public string InputPath { get; init; } = string.Empty;
5959

6060
public override ValidationResult Validate()

0 commit comments

Comments
 (0)