Merge pull request #18496 from miccal/patch-6

Update pkg.md
This commit is contained in:
Vítor Galvão 2016-02-10 12:57:16 +00:00
commit 321c577f4d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pkg 'Unity.pkg'
Subsequent arguments to `pkg` are key/value pairs which modify the install process. Currently supported keys are: Subsequent arguments to `pkg` are key/value pairs which modify the install process. Currently supported keys are:
* `:allow_untrusted` — pass `-allowUntrusted` to `/usr/sbin/installer` * `allow_untrusted:` — pass `-allowUntrusted` to `/usr/sbin/installer`
Example (from [alinof-timer.rb](https://github.com/caskroom/homebrew-cask/blob/312ae841f1f1b2ec07f4d88b7dfdd7fbdf8d4f94/Casks/alinof-timer.rb#L10)): Example (from [alinof-timer.rb](https://github.com/caskroom/homebrew-cask/blob/312ae841f1f1b2ec07f4d88b7dfdd7fbdf8d4f94/Casks/alinof-timer.rb#L10)):