[Build] Update help dialog to be more consistent

This commit is contained in:
Matt Nadareski
2016-06-10 13:28:11 -07:00
parent c3e176ff4c
commit 39c80285a7

View File

@@ -141,13 +141,13 @@ Options:
-om, --output-miss Output in Missfile format
-r, --roms Output roms to miss instead of sets
-gp, --game-prefix Add game name as a prefix to each item
-pre=, --prefix= Set prefix to be printed in front of all lines
-post=, --postfix= Set postfix to be printed behind all lines
-pre=, --prefix= Set prefix for all lines
-post=, --postfix= Set postfix for all lines
-q, --quotes Put double-quotes around each item
-ae=, --add-ext= Add an extension to each item
-re=, --rep-ext= Replace all extensions with specified
-ro, --romba Output roms in Romba format (requires SHA-1)
-tsv, --tsv Output roms in Tab-Separated Value format
-ro, --romba Output in Romba format (requires SHA-1)
-tsv, --tsv Output in Tab-Separated Value format
-or, --output-rc Output in RomCenter format
-os, --output-sd Output in SabreDAT format
-ox, --output-xml Output in Logiqx XML format
@@ -186,9 +186,8 @@ Options:
Filenames and directories can't start with a reserved string
unless prefixed by 'input='
For Filter options:
Game name, Rom name, CRC, MD5, SHA-1 can do partial matches
using asterisks as follows (case insensitive):
In filter mode, Game name, Rom name, CRC, MD5, SHA-1 can
do partial matches using asterisks as follows (case insensitive):
*00 means ends with '00'
00* means starts with '00'
*00* means contains '00'