add --language to brew-cask manpage
This commit is contained in:
parent
a1140f7b92
commit
9383063216
@ -19,7 +19,7 @@ names, and other aspects of this manual are still subject to change.
|
|||||||
|
|
||||||
## FREQUENTLY USED COMMANDS
|
## 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>.
|
Install Cask identified by <token>.
|
||||||
|
|
||||||
* `uninstall` [--force] <token> [ <token> ... ]:
|
* `uninstall` [--force] <token> [ <token> ... ]:
|
||||||
@ -34,7 +34,7 @@ names, and other aspects of this manual are still subject to change.
|
|||||||
|
|
||||||
## COMMANDS
|
## COMMANDS
|
||||||
|
|
||||||
* `audit` [ <token> ... ]:
|
* `audit` [--language=<iso-language>[,<iso-language> ... ]] [ <token> ... ]:
|
||||||
Check the given Casks for installability.
|
Check the given Casks for installability.
|
||||||
If no tokens are given on the command line, all Casks are audited.
|
If no tokens are given on the command line, all Casks are audited.
|
||||||
|
|
||||||
@ -167,6 +167,9 @@ in a future version.
|
|||||||
* `--appdir=<path>`:
|
* `--appdir=<path>`:
|
||||||
Target location for Applications. The default value is `/Applications`.
|
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>`:
|
* `--colorpickerdir=<path>`:
|
||||||
Target location for Color Pickers. The default value is `~/Library/ColorPickers`.
|
Target location for Color Pickers. The default value is `~/Library/ColorPickers`.
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW\-CASK" "1" "August 2017" "Homebrew" "brew-cask"
|
.TH "BREW\-CASK" "1" "September 2017" "Homebrew" "brew-cask"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
||||||
@ -18,7 +18,7 @@ Homebrew\-Cask works robustly enough that we welcome new users, but the project
|
|||||||
.SH "FREQUENTLY USED COMMANDS"
|
.SH "FREQUENTLY USED COMMANDS"
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBinstall\fR [\-\-force] [\-\-skip\-cask\-deps] [\-\-require\-sha] \fItoken\fR [ \fItoken\fR \.\.\. ]
|
\fBinstall\fR [\-\-force] [\-\-skip\-cask\-deps] [\-\-require\-sha] [\-\-language=\fIiso\-language\fR[,\fIiso\-language\fR \.\.\. ]] \fItoken\fR [ \fItoken\fR \.\.\. ]
|
||||||
Install Cask identified by \fItoken\fR\.
|
Install Cask identified by \fItoken\fR\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
@ -35,7 +35,7 @@ The tokens returned by \fBsearch\fR are suitable as arguments for most other com
|
|||||||
.SH "COMMANDS"
|
.SH "COMMANDS"
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBaudit\fR [ \fItoken\fR \.\.\. ]
|
\fBaudit\fR [\-\-language=\fIiso\-language\fR[,\fIiso\-language\fR \.\.\. ]] [ \fItoken\fR \.\.\. ]
|
||||||
Check the given Casks for installability\. If no tokens are given on the command line, all Casks are audited\.
|
Check the given Casks for installability\. If no tokens are given on the command line, all Casks are audited\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
@ -169,6 +169,10 @@ Give additional feedback during installation\.
|
|||||||
Target location for Applications\. The default value is \fB/Applications\fR\.
|
Target location for Applications\. The default value is \fB/Applications\fR\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-language=<iso\-language>[,<iso\-language> \.\.\. ]]\fR
|
||||||
|
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 \fBlanguage of your system\fR\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-colorpickerdir=<path>\fR
|
\fB\-\-colorpickerdir=<path>\fR
|
||||||
Target location for Color Pickers\. The default value is \fB~/Library/ColorPickers\fR\.
|
Target location for Color Pickers\. The default value is \fB~/Library/ColorPickers\fR\.
|
||||||
.
|
.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW" "1" "August 2017" "Homebrew" "brew"
|
.TH "BREW" "1" "September 2017" "Homebrew" "brew"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\fR \- The missing package manager for macOS
|
\fBbrew\fR \- The missing package manager for macOS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user