[TGZTest, Build] Add archive and temp folder options

This commit is contained in:
Matt Nadareski
2016-08-25 10:59:24 -07:00
parent 1d6548538a
commit fc4a676f52
2 changed files with 76 additions and 7 deletions

View File

@@ -256,8 +256,13 @@ Usage: TGZTest [options] [filename|dirname] ...
Options:
-?, -h, --help Show this help
-out= Output directory
-t=, --temp= Set the temporary directory to use
-d, --delete Delete input files
-r, --romba Enable Romba depot dir output");
-r, --romba Enable Romba depot dir output
-7z={0} 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");
break;
default:
Console.Write("This is the default help output");