File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ) ]
You can’t perform that action at this time.
0 commit comments