Merge pull request #2671 from reitermarkus/manpage-sudo-askpass
Add `SUDO_ASKPASS` to `brew-cask` manpage.
This commit is contained in:
commit
b7cfd5e30d
@ -87,12 +87,12 @@ names, and other aspects of this manual are still subject to change.
|
|||||||
given Cask.
|
given Cask.
|
||||||
|
|
||||||
* `outdated` [--greedy] [--verbose|--quiet] [ <token> ...]:
|
* `outdated` [--greedy] [--verbose|--quiet] [ <token> ...]:
|
||||||
Without token arguments, display all the installed Casks that have newer
|
Without token arguments, display all the installed Casks that have newer
|
||||||
versions available in the tap; otherwise check only the tokens given
|
versions available in the tap; otherwise check only the tokens given
|
||||||
in the command line.
|
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
|
`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>
|
them.<br>
|
||||||
`--verbose` forces the display of the outdated and latest version.<br>
|
`--verbose` forces the display of the outdated and latest version.<br>
|
||||||
`--quiet` suppresses the display of versions.
|
`--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'
|
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
|
## SEE ALSO
|
||||||
|
|
||||||
The Homebrew-Cask home page: <https://caskroom.github.io/>
|
The Homebrew-Cask home page: <https://caskroom.github.io/>
|
||||||
|
|||||||
@ -296,6 +296,13 @@ This variable may contain any arguments normally used as options on the command\
|
|||||||
.
|
.
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
|
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Other environment variables:
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\fBSUDO_ASKPASS\fR
|
||||||
|
When this variable is set, Homebrew\-Cask will call \fBsudo\fR(8) with the \fB\-A\fR option\.
|
||||||
.
|
.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
The Homebrew\-Cask home page: \fIhttps://caskroom\.github\.io/\fR
|
The Homebrew\-Cask home page: \fIhttps://caskroom\.github\.io/\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user