[SabreTools, DatFile] Add runnable as a filterable field

This commit is contained in:
Matt Nadareski
2017-01-08 23:28:19 -08:00
parent d95551e9da
commit 36c4394988
5 changed files with 22 additions and 3 deletions

View File

@@ -365,6 +365,8 @@ namespace SabreTools.Helper.Data
helptext.Add(" -ngt=, --not-gtype= Exclude only games with a given type");
helptext.Add(" Supported values are:");
helptext.Add(" None, Bios, Device, Mechanical");
helptext.Add(" -run, --runnable Include only items that are marked runnable");
helptext.Add(" -nrun, --not-run Include only items that are marked unrunnable");
helptext.Add(" -out= Output directory (overridden by --inplace)");
helptext.Add(" -mt={4} Amount of threads to use (-1 unlimted)");