diff options
| author | Adam Smith | 2017-09-27 00:56:57 -0700 | 
|---|---|---|
| committer | Adam Smith | 2017-09-28 20:02:24 -0700 | 
| commit | 9383063216ea9567e1e06adfef83955215aae2ef (patch) | |
| tree | 872c74ba95a5180cf6f6645ee514aaec3bad16c0 /Library | |
| parent | a1140f7b926ce7b87727a6cd105cbe2d788f3a4c (diff) | |
| download | brew-9383063216ea9567e1e06adfef83955215aae2ef.tar.bz2 | |
add --language to brew-cask manpage
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/manpages/brew-cask.1.md | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index 715d8fd77..1c7c198b0 100644 --- a/Library/Homebrew/manpages/brew-cask.1.md +++ b/Library/Homebrew/manpages/brew-cask.1.md @@ -19,7 +19,7 @@ names, and other aspects of this manual are still subject to change.  ## FREQUENTLY USED COMMANDS -  * `install` [--force] [--skip-cask-deps] [--require-sha] <token> [ <token> ... ]: +  * `install` [--force] [--skip-cask-deps] [--require-sha] [--language=<iso-language>[,<iso-language> ... ]] <token> [ <token> ... ]:      Install Cask identified by <token>.    * `uninstall` [--force] <token> [ <token> ... ]: @@ -34,7 +34,7 @@ names, and other aspects of this manual are still subject to change.  ## COMMANDS -  * `audit` [ <token> ... ]: +  * `audit` [--language=<iso-language>[,<iso-language> ... ]] [ <token> ... ]:      Check the given Casks for installability.      If no tokens are given on the command line, all Casks are audited. @@ -167,6 +167,9 @@ in a future version.    * `--appdir=<path>`:      Target location for Applications. The default value is `/Applications`. +  * `--language=<iso-language>[,<iso-language> ... ]]`: +    Set language of the Cask to install. The first matching language is used, otherwise the default language on the Cask. The default value is the `language of your system`. +    * `--colorpickerdir=<path>`:      Target location for Color Pickers. The default value is `~/Library/ColorPickers`.  | 
