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":
|
case "1":
|
||||||
Build.Help();
|
Build.Help();
|
||||||
|
Console.Write("\nPress any key to continue...");
|
||||||
|
Console.ReadKey();
|
||||||
break;
|
break;
|
||||||
case "2":
|
case "2":
|
||||||
ImportMenu();
|
ImportMenu();
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user