=Added comment to convertto-zip for clarity

This commit is contained in:
lksz 2021-06-24 09:43:37 -04:00
parent b92f8fb9e8
commit 8cbb2e2252
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
[string]$SourcePath=".", [string]$SourcePath=".",
[string]$SourceSet="*.rar", [string]$SourceSet="*.rar",
[switch]$Recurse, [switch]$Recurse,
# The extension of the output zip file, don't forget to include the dot, default is ".zip"
[string]$ZipExtension=".zip", [string]$ZipExtension=".zip",
[string]$ZipDestPath="./zipped", [string]$ZipDestPath="./zipped",
[string]$ZipOptions="-mm=Deflate -mfb=258 -mpass=15", [string]$ZipOptions="-mm=Deflate -mfb=258 -mpass=15",