mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Formatting updates
This commit is contained in:
@@ -337,6 +337,8 @@ Make a selection:
|
||||
{
|
||||
case "1":
|
||||
Build.Help();
|
||||
Console.Write("\nPress any key to continue...");
|
||||
Console.ReadKey();
|
||||
break;
|
||||
case "2":
|
||||
ImportMenu();
|
||||
|
||||
@@ -70,7 +70,7 @@ namespace SabreTools.Helper
|
||||
Console.Write(@"
|
||||
DATabase - Import and Generate DAT files
|
||||
-----------------------------------------
|
||||
Usage: DATabase [option] <input=>[filename|dirname] <input=><filename|dirname> ...
|
||||
Usage: DATabase [option] [filename|dirname] ...
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show this help
|
||||
@@ -105,8 +105,6 @@ Options:
|
||||
Filenames and directories can't start with a reserved string
|
||||
unless prefixed by 'input='
|
||||
");
|
||||
Console.Write("\nPress any key to continue...");
|
||||
Console.ReadKey();
|
||||
break;
|
||||
case "DatSplit":
|
||||
Console.WriteLine(@"DatSplit - Split DAT files by file extension
|
||||
|
||||
Reference in New Issue
Block a user