[Build, README.1ST] Flip new flag order

This commit is contained in:
Matt Nadareski
2016-09-16 11:58:44 -07:00
parent 9267ecf674
commit 3489ba9059
2 changed files with 7 additions and 7 deletions

View File

@@ -272,8 +272,8 @@ namespace SabreTools.Helper
helptext.Add(" -qs, --quick Enable quick scanning of archives");
helptext.Add(" -v, --verify Enable verification of output directory");
helptext.Add(" -c, --convert Enable conversion of input files to TGZ");
helptext.Add(" -tgz Enable TorrentGZ output");
helptext.Add(" -tzip Enable TorrentZip output");
helptext.Add(" -tgz Enable TorrentGZ 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");