[TGZTest, Build] Fix scanning levels; help; add catches

This commit is contained in:
Matt Nadareski
2016-08-25 11:36:14 -07:00
parent afccac6687
commit 0a558ed7e1
3 changed files with 26 additions and 7 deletions

View File

@@ -242,7 +242,7 @@ Options:
-rar={2} Set scanning level for RAR archives
-zip={0} Set scanning level for ZIP archives
SimpleSort scanning levels:
Archive scanning levels:
0 Hash archive and contents
1 Only hash contents
2 Only hash archive
@@ -259,10 +259,15 @@ Options:
-t=, --temp= Set the temporary directory to use
-d, --delete Delete input files
-r, --romba Enable Romba depot dir output
-7z={0} Set scanning level for 7z archives
-7z={1} Set scanning level for 7z archives
-gz={2} Set scanning level for GZip archives
-rar={2} Set scanning level for RAR archives
-zip={0} Set scanning level for ZIP archives");
-zip={1} Set scanning level for ZIP archives
Archive scanning levels:
0 Hash archive and contents
1 Only hash contents
2 Only hash archive");
break;
default:
Console.Write("This is the default help output");