Formatting updates

This commit is contained in:
Matt Nadareski
2016-04-20 01:47:44 -07:00
parent b2c4253dca
commit c0b49ebda8
2 changed files with 11 additions and 11 deletions

View File

@@ -337,6 +337,8 @@ Make a selection:
{ {
case "1": case "1":
Build.Help(); Build.Help();
Console.Write("\nPress any key to continue...");
Console.ReadKey();
break; break;
case "2": case "2":
ImportMenu(); ImportMenu();

View File

@@ -70,7 +70,7 @@ namespace SabreTools.Helper
Console.Write(@" Console.Write(@"
DATabase - Import and Generate DAT files DATabase - Import and Generate DAT files
----------------------------------------- -----------------------------------------
Usage: DATabase [option] <input=>[filename|dirname] <input=><filename|dirname> ... Usage: DATabase [option] [filename|dirname] ...
Options: Options:
-?, -h, --help Show this help -?, -h, --help Show this help
@@ -105,8 +105,6 @@ Options:
Filenames and directories can't start with a reserved string Filenames and directories can't start with a reserved string
unless prefixed by 'input=' unless prefixed by 'input='
"); ");
Console.Write("\nPress any key to continue...");
Console.ReadKey();
break; break;
case "DatSplit": case "DatSplit":
Console.WriteLine(@"DatSplit - Split DAT files by file extension Console.WriteLine(@"DatSplit - Split DAT files by file extension