mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build] Fix help
This commit is contained in:
@@ -255,6 +255,7 @@ namespace SabreTools.Helper
|
|||||||
helptext.Add(" -gz={2} Set scanning level for GZip archives");
|
helptext.Add(" -gz={2} Set scanning level for GZip archives");
|
||||||
helptext.Add(" -rar={2} Set scanning level for RAR archives");
|
helptext.Add(" -rar={2} Set scanning level for RAR archives");
|
||||||
helptext.Add(" -zip={0} Set scanning level for ZIP archives");
|
helptext.Add(" -zip={0} Set scanning level for ZIP archives");
|
||||||
|
helptext.Add(" -ud, --update-dat Output updated DAT");
|
||||||
helptext.Add("");
|
helptext.Add("");
|
||||||
helptext.Add("Archive scanning levels:");
|
helptext.Add("Archive scanning levels:");
|
||||||
helptext.Add(" 0 Hash archive and contents");
|
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(" -gz={2} Set scanning level for GZip archives");
|
||||||
helptext.Add(" -rar={2} Set scanning level for RAR archives");
|
helptext.Add(" -rar={2} Set scanning level for RAR archives");
|
||||||
helptext.Add(" -zip={1} Set scanning level for ZIP archives");
|
helptext.Add(" -zip={1} Set scanning level for ZIP archives");
|
||||||
helptext.Add(" -ud, --update-dat Output updated DAT");
|
|
||||||
helptext.Add("");
|
helptext.Add("");
|
||||||
helptext.Add("Archive scanning levels:");
|
helptext.Add("Archive scanning levels:");
|
||||||
helptext.Add(" 0 Hash archive and contents");
|
helptext.Add(" 0 Hash archive and contents");
|
||||||
|
|||||||
Reference in New Issue
Block a user