Fix man page difference on Linux.
This commit is contained in:
parent
08be729af0
commit
0c74d93939
@ -1,6 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "cask/config"
|
|
||||||
require "search"
|
require "search"
|
||||||
|
|
||||||
module Cask
|
module Cask
|
||||||
@ -35,8 +34,7 @@ module Cask
|
|||||||
|
|
||||||
OPTIONS = [
|
OPTIONS = [
|
||||||
[:switch, "--[no-]binaries", {
|
[:switch, "--[no-]binaries", {
|
||||||
description: "Disable/enable linking of helper executables to `#{Config.global.binarydir}`. " \
|
description: "Disable/enable linking of helper executables. Default: enabled",
|
||||||
"Default: enabled",
|
|
||||||
env: :cask_opts_binaries,
|
env: :cask_opts_binaries,
|
||||||
}],
|
}],
|
||||||
[:switch, "--require-sha", {
|
[:switch, "--require-sha", {
|
||||||
|
|||||||
@ -382,7 +382,7 @@ installed formulae or, every 30 days, for all formulae.
|
|||||||
* `--language`:
|
* `--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`
|
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`
|
||||||
* `--[no-]binaries`:
|
* `--[no-]binaries`:
|
||||||
Disable/enable linking of helper executables to `/usr/local/bin`. Default: enabled
|
Disable/enable linking of helper executables. Default: enabled
|
||||||
* `--require-sha`:
|
* `--require-sha`:
|
||||||
Require all casks to have a checksum.
|
Require all casks to have a checksum.
|
||||||
* `--[no-]quarantine`:
|
* `--[no-]quarantine`:
|
||||||
|
|||||||
@ -593,7 +593,7 @@ Set language of the Cask to install\. The first matching language is used, other
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-[no\-]binaries\fR
|
\fB\-\-[no\-]binaries\fR
|
||||||
Disable/enable linking of helper executables to \fB/usr/local/bin\fR\. Default: enabled
|
Disable/enable linking of helper executables\. Default: enabled
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-require\-sha\fR
|
\fB\-\-require\-sha\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user