diff options
Diffstat (limited to 'Library/Homebrew/manpages/brew-cask.1.md')
| -rw-r--r-- | Library/Homebrew/manpages/brew-cask.1.md | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index 41b04dbb7..bfb9cd7a5 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. @@ -145,7 +145,7 @@ names, and other aspects of this manual are still subject to change. ## OPTIONS -To make these options persistent, see the [ENVIRONMENT][] section, below. +To make these options persistent, see the [ENVIRONMENT](#environment) section, below. Some of these (such as `--prefpanedir`) may be subject to removal in a future version. @@ -160,9 +160,6 @@ in a future version. * `--require-sha`: Abort Cask installation if the Cask does not have a checksum defined. - * `--caskroom=<path>`: - Set location of the Caskroom, where all binaries are stored. The default value is `$(brew --prefix)/Caskroom`. - * `--verbose`: Give additional feedback during installation. @@ -255,7 +252,13 @@ Environment variables specific to Homebrew-Cask: the command-line. This is particularly useful to make options persistent. For example, you might add to your .bash_profile or .zshenv something like: - export HOMEBREW_CASK_OPTS='--appdir=/Applications --caskroom=/etc/Caskroom' + export HOMEBREW_CASK_OPTS='--appdir=~/Applications --fontdir=/Library/Fonts' + +Other environment variables: + + * `SUDO_ASKPASS`: + When this variable is set, Homebrew-Cask will call `sudo`(8) with the `-A` option. + ## SEE ALSO |
