Skip to content

Commit

Permalink
Doc: add options
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Aug 25, 2014
1 parent 4f23cd3 commit 22d1cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var u = {
* @promise Extract
* @param {string} archive Path to the archive.
* @param {string} dest Destination.
* @param options {Object} An object of acceptables options to 7z bin.
* @progress {array} Extracted files and directories.
* @reject {Error} The error as issued by 7-Zip.
*/
Expand Down
1 change: 1 addition & 0 deletions lib/extractFull.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var u = {
* @promise ExtractFull
* @param {string} archive Path to the archive.
* @param {string} dest Destination.
* @param options {Object} An object of acceptables options to 7z bin.
* @progress {array} Extracted files and directories.
* @reject {Error} The error as issued by 7-Zip.
*/
Expand Down

0 comments on commit 22d1cf7

Please sign in to comment.