[SabreTools, Flags, DatFiles/, Utilities] Add depreciated flag

This commit is contained in:
Matt Nadareski
2018-01-10 22:23:17 -08:00
parent 0607b86ad1
commit 1484e318aa
10 changed files with 71 additions and 14 deletions

View File

@@ -263,9 +263,14 @@ Options:
-otsv, --output-tsv Output in Tab-Separated Value format
Add outputting the created DAT to standardized TSV format
-ox, -output-xml Output in Logiqx XML format (default)
-ox, --output-xml Output in Logiqx XML format (default)
Add outputting the created DAT to Logiqx XML format
-dpc, --depreciated Output 'game' instead of 'machine'
By default, XML DATs output with the more modern "machine" tag
for each set. This flag allows users to output the older "game"
tag instead, for compatibility reasons.
-ro, --romba Read files from a Romba input
Allow for reading of GZipped files as if they were from a Romba
depot. This implies that the files will be in the TorrentGZ format
@@ -477,8 +482,13 @@ Options:
-otsv, --output-tsv Output in Tab-Separated Value format
Add outputting the created DAT to standardized TSV format
-ox, -output-xml Output in Logiqx XML format
-ox, --output-xml Output in Logiqx XML format
Add outputting the created DAT to Logiqx XML format
-dpc, --depreciated Output 'game' instead of 'machine'
By default, XML DATs output with the more modern "machine" tag
for each set. This flag allows users to output the older "game"
tag instead, for compatibility reasons.
-out=, --output-dir= Set the name of the output directory
This sets an output folder to be used when the files are created. If
@@ -975,9 +985,14 @@ Options:
-q, --quotes Put double-quotes around each item
This quotes only the item and not the prefix and postfix
-ox, -output-xml Output in Logiqx XML format
-ox, --output-xml Output in Logiqx XML format
Add outputting the created DAT to Logiqx XML format
-dpc, --depreciated Output 'game' instead of 'machine'
By default, XML DATs output with the more modern "machine" tag
for each set. This flag allows users to output the older "game"
tag instead, for compatibility reasons.
-f=, --filename= Set the external name of the DAT
Set the base filename for the output DAT(s)