Remove this. references in Help

This commit is contained in:
Matt Nadareski
2024-07-18 00:23:16 -04:00
parent ccc4259220
commit c286d40695
2 changed files with 50 additions and 50 deletions

View File

@@ -72,7 +72,7 @@ namespace SabreTools.Help
else
{
logger.Error($"Invalid input detected: {args[i]}");
help.OutputIndividualFeature(this.Name);
help.OutputIndividualFeature(Name);
LoggerImpl.Close();
return false;
}