Skip to content

Commit ab2739f

Browse files
committed
Fix --fullyexcise description.
1 parent f0c90cb commit ab2739f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ServerCodeExciser/ServerCodeExciser.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public sealed class Settings : CommandSettings
2828

2929
[CommandOption("-f|--fullyexcise <REGEX>")]
3030
[Description("If this switch is specified, the next argument should be a string containing regex entries." +
31-
"If any of these regexes matches the relative path of any file to be processed, the entire file will be excised." +
32-
"You can specify more than one entry by separating them with three pipes, eg: " +
33-
"Characters /Paul/.*|||Weapons/Rife.as")]
31+
"If any of these regexes matches the relative path of any file to be processed, the entire file will be excised." +
32+
"You can specify more than one entry by separating them with three pipes, eg: " +
33+
"Characters/Paul/.*|||Weapons/Rife.as")]
3434
public string? FullExcisionRegexString { get; init; }
3535

3636
[CommandOption("-s|--dontskip")]

0 commit comments

Comments
 (0)