Skip to content

Commit

Permalink
Merge pull request #2191 from pauby/doc/clarify-param-help
Browse files Browse the repository at this point in the history
(#2190) Clarify help for SpecificFolder parameter
  • Loading branch information
gep13 authored Apr 19, 2021
2 parents b1d8b92 + 50bcf21 commit 3ec0ada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ This is a directory where you would like the unzipped files to end up.
If it does not exist, it will be created.
.PARAMETER SpecificFolder
OPTIONAL - This is a specific directory within zip file to extract.
OPTIONAL - This is a specific directory within zip file to extract. The
folder and its contents will be extracted to the destination.
.PARAMETER PackageName
OPTIONAL - This will facilitate logging unzip activity for subsequent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ a 32 bit installation on a 64 bit system.
Prefer HTTPS when available. Can be HTTP, FTP, or File URIs.
.PARAMETER SpecificFolder
OPTIONAL - This is a specific directory within zip file to extract. The
folder and its contents will be extracted to the destination.
.PARAMETER Url64bit
OPTIONAL - If there is a 64 bit resource available, use this
parameter. Chocolatey will automatically determine if the user is
Expand Down

0 comments on commit 3ec0ada

Please sign in to comment.