Add quotes

This commit is contained in:
Matt Nadareski
2016-04-20 12:29:15 -07:00
parent 3214a26fb1
commit 6d61b2e0ab

View File

@@ -169,7 +169,8 @@ Options:
-l, --log Enable log to file -l, --log Enable log to file
-r, --roms Output roms to miss instead of sets -r, --roms Output roms to miss instead of sets
-pre=, --prefix= Set prefix to be printed in front of all lines -pre=, --prefix= Set prefix to be printed in front of all lines
-post=, --postfix= Set postfix to be printed behind all lines"); -post=, --postfix= Set postfix to be printed behind all lines
-q, --quotes Put double-quotes around each outputted item (not prefix/postfix)");
break; break;
default: default:
Console.Write("This is the default help output"); Console.Write("This is the default help output");