[ALL] Fix CMP parsing again, add NotNodump option for filter

This commit is contained in:
Matt Nadareski
2016-09-21 16:46:01 -07:00
parent 0dca764563
commit f512fa5b50
7 changed files with 101 additions and 7 deletions

View File

@@ -226,7 +226,7 @@ namespace SabreTools.Helper
helptext.Add(" -sha1=, --sha1= Filter by SHA-1 hash");
helptext.Add(" -is=, --status= Include only items with a given status");
helptext.Add(" Supported values are:");
helptext.Add(" None, Good, BadDump, Nodump, Verified");
helptext.Add(" None, Good, BadDump, Nodump, Verified, NotNodump");
helptext.Add(" -out= Output directory (overridden by --inplace)");
helptext.Add("");
helptext.Add("Filenames and directories can't start with a reserved string");