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