[DatFile] Add flag for game name prefix in MD5, SFV, SHA-1 out

This commit is contained in:
Matt Nadareski
2016-09-28 11:49:25 -07:00
parent 1ae24f9958
commit 735e76ccda
3 changed files with 21 additions and 14 deletions

View File

@@ -420,6 +420,9 @@ Options:
-omd5, --output-md5 Output in MD5 format
Add outputting the created DAT to MD5 format
-gp, --game-prefix Add game name as a prefix
This allows for the name of the game to be used as a prefix to each file
-ool, --output-ol Output in OfflineList format
Add outputting the created DAT to OfflineList XML format
@@ -432,9 +435,15 @@ Options:
-osfv, --output-sfv Output in SFV format
Add outputting the created DAT to SFV format
-gp, --game-prefix Add game name as a prefix
This allows for the name of the game to be used as a prefix to each file
-osha1, -output-sha1 Output in SHA-1 format
Add outputting the created DAT to SHA1 format
-gp, --game-prefix Add game name as a prefix
This allows for the name of the game to be used as a prefix to each file
-osl, --output-sl Output in Software List format
Add outputting the created DAT to Software List XML format
@@ -900,9 +909,6 @@ Below are originally from SabreTools / DATabase -
-oc, --output-cmp Output in CMP format
Add outputting the created DAT to clrmamepro format
-od, --output-dc Output in DOSCenter format
Add outputting the created DAT to DOSCenter format
-om, --output-miss Output in Missfile format
Add outputting the created DAT to GoodTools miss format
@@ -910,9 +916,6 @@ Below are originally from SabreTools / DATabase -
-omd5, --output-md5 Output in MD5 format
Add outputting the created DAT to MD5 format
-ool, --output-ol Output in OfflineList format
Add outputting the created DAT to OfflineList XML format
-or, --output-rc Output in RomCenter format
Add outputting the created DAT to RomCenter format
@@ -925,9 +928,6 @@ Below are originally from SabreTools / DATabase -
-osha1, -output-sha1 Output in SHA-1 format
Add outputting the created DAT to SHA1 format
-osl, --output-sl Output in Software List format
Add outputting the created DAT to Software List XML format
-ox, -output-xml Output in Logiqx XML format (default)
Add outputting the created DAT to Logiqx XML format