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":
Build.Help();
Console.Write("\nPress any key to continue...");
Console.ReadKey();
break;
case "2":
ImportMenu();

View File

@@ -70,23 +70,23 @@ 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
-a, --add Add a new system or source to the database
manu= Manufacturer name (system only)
system= System name (system only)
source= Source name (source only)
url= URL (source only)
manu= Manufacturer name (system only)
system= System name (system only)
source= Source name (source only)
url= URL (source only)
-cr, --convert-rv Convert an XML DAT to RV
out= Output directory
-cx, --convert-xml Convert a RV DAT to XML
out= Output directory
-g, --generate Start tool in generate mode
-ga, --generate-all Start tool in generate all mode
system= Comma-separated list of system IDs
source= Comma-separated list of source IDs
system= Comma-separated list of system IDs
source= Comma-separated list of source IDs
out= Output directoryComma-separated list
-nr, --no-rename Don't auto-rename games
-old, --romvault Produce a DAT in RV format
@@ -95,8 +95,8 @@ Options:
-lso, --list-sources List all sources (id <= name)
-lsy, --list-systems List all systems (id <= name)
-r, --remove Remove a system or source from the database
system= System ID
source= Source ID
system= System ID
source= Source ID
-tm, --trim-merge Consolidate DAT into a single game and trim entries
-rd=, --root-dir= Set the directory name for path size
-nr, --no-rename Disable single-game mode
@@ -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