From 2840c689997af60235984748ce105e5092b2c5fd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 29 Aug 2016 20:29:29 -0700 Subject: [PATCH] [Build] Fix help --- SabreTools.Helper/Data/Build.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SabreTools.Helper/Data/Build.cs b/SabreTools.Helper/Data/Build.cs index bd9e0e00..0a2acabd 100644 --- a/SabreTools.Helper/Data/Build.cs +++ b/SabreTools.Helper/Data/Build.cs @@ -249,12 +249,13 @@ namespace SabreTools.Helper helptext.Add(" -qs, --quick Enable quick scanning of archives"); helptext.Add(" -v, --verify Enable verification of output directory"); helptext.Add(" -tgz, --tgz Enable TorrentGZ output"); - helptext.Add(" -r, --romba Enable Romba depot dir output"); + helptext.Add(" -r, --romba Enable Romba depot dir output"); helptext.Add(" -do, --directory Output files as uncompressed"); helptext.Add(" -7z={0} Set scanning level for 7z archives"); helptext.Add(" -gz={2} Set scanning level for GZip archives"); helptext.Add(" -rar={2} Set scanning level for RAR archives"); helptext.Add(" -zip={0} Set scanning level for ZIP archives"); + helptext.Add(" -ud, --update-dat Output updated DAT"); helptext.Add(""); helptext.Add("Archive scanning levels:"); helptext.Add(" 0 Hash archive and contents"); @@ -276,7 +277,6 @@ namespace SabreTools.Helper helptext.Add(" -gz={2} Set scanning level for GZip archives"); helptext.Add(" -rar={2} Set scanning level for RAR archives"); helptext.Add(" -zip={1} Set scanning level for ZIP archives"); - helptext.Add(" -ud, --update-dat Output updated DAT"); helptext.Add(""); helptext.Add("Archive scanning levels:"); helptext.Add(" 0 Hash archive and contents");