aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVítor Galvão2017-05-23 17:06:26 +0100
committerGitHub2017-05-23 17:06:26 +0100
commitb7cfd5e30dbcf90a2e4c8c6e02b640503cf217a6 (patch)
tree93e5b2f1077bb29f971e9b6fab32e113c4c12378 /Library
parent457fdc4abbf93090576dbc8071ef347ac6a56a5e (diff)
parent4bfd94cb309beed5e013f5ad9e6598840f0521d1 (diff)
downloadbrew-b7cfd5e30dbcf90a2e4c8c6e02b640503cf217a6.tar.bz2
Merge pull request #2671 from reitermarkus/manpage-sudo-askpass
Add `SUDO_ASKPASS` to `brew-cask` manpage.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/manpages/brew-cask.1.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md
index 5175421fe..6b4e8bc87 100644
--- a/Library/Homebrew/manpages/brew-cask.1.md
+++ b/Library/Homebrew/manpages/brew-cask.1.md
@@ -87,12 +87,12 @@ names, and other aspects of this manual are still subject to change.
given Cask.
* `outdated` [--greedy] [--verbose|--quiet] [ <token> ...]:
- Without token arguments, display all the installed Casks that have newer
- versions available in the tap; otherwise check only the tokens given
+ Without token arguments, display all the installed Casks that have newer
+ versions available in the tap; otherwise check only the tokens given
in the command line.
- If `--greedy` is given then also include in the output the Casks having
+ If `--greedy` is given then also include in the output the Casks having
`auto_updates true` or `version :latest`. Otherwise they are skipped
- because there is no reliable way to know when updates are available for
+ because there is no reliable way to know when updates are available for
them.<br>
`--verbose` forces the display of the outdated and latest version.<br>
`--quiet` suppresses the display of versions.
@@ -257,6 +257,12 @@ Environment variables specific to Homebrew-Cask:
export HOMEBREW_CASK_OPTS='--appdir=/Applications --caskroom=/etc/Caskroom'
+Other environment variables:
+
+ * `SUDO_ASKPASS`:
+ When this variable is set, Homebrew-Cask will call `sudo`(8) with the `-A` option.
+
+
## SEE ALSO
The Homebrew-Cask home page: <https://caskroom.github.io/>