[Build] I'm too tired for this

This commit is contained in:
Matt Nadareski
2017-02-01 00:09:49 -08:00
parent 1ba257ac3f
commit 3a82dcd000

View File

@@ -155,7 +155,7 @@ namespace SabreTools.Helper.Data
switch (subset) switch (subset)
{ {
case null: case null:
helptext.Add("Available Options (use only one):"); helptext.Add("Available Options (only one allowed per run):");
helptext.Add(" -?, -h, --help Show this help"); helptext.Add(" -?, -h, --help Show this help");
helptext.Add(" --script Enable script mode (no clear screen)"); helptext.Add(" --script Enable script mode (no clear screen)");
helptext.Add(" -d, --dfd, --d2d Create a DAT from an input directory"); helptext.Add(" -d, --dfd, --d2d Create a DAT from an input directory");