aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMarkus Reiter2017-09-29 11:54:23 +0200
committerGitHub2017-09-29 11:54:23 +0200
commitd07b6b6134ad02f60f04a03099756d4e946ea290 (patch)
tree56598252b169ff70995cf72a637b9d65a715b26d /Library/Homebrew
parent06b9ab558606cc186f5450c451cf77a196a3ffcc (diff)
parent9383063216ea9567e1e06adfef83955215aae2ef (diff)
downloadbrew-d07b6b6134ad02f60f04a03099756d4e946ea290.tar.bz2
Merge pull request #3221 from yzguy/asmith/cask-language-manpage
add --language to brew-cask manpage
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/manpages/brew-cask.1.md7
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`.