From 6d61b2e0ab169341f24d15eae15b6377fc04ea16 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 20 Apr 2016 12:29:15 -0700 Subject: [PATCH] Add quotes --- SabreHelper/Build.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SabreHelper/Build.cs b/SabreHelper/Build.cs index f1e84b36..ef15a851 100644 --- a/SabreHelper/Build.cs +++ b/SabreHelper/Build.cs @@ -169,7 +169,8 @@ Options: -l, --log Enable log to file -r, --roms Output roms to miss instead of sets -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; default: Console.Write("This is the default help output");