Skip to content
Snippets Groups Projects
Commit 0c74d939 authored by Markus Reiter's avatar Markus Reiter
Browse files

Fix man page difference on Linux.

parent 08be729a
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
require "cask/config"
require "search"
module Cask
......@@ -35,8 +34,7 @@ module Cask
OPTIONS = [
[:switch, "--[no-]binaries", {
description: "Disable/enable linking of helper executables to `#{Config.global.binarydir}`. " \
"Default: enabled",
description: "Disable/enable linking of helper executables. Default: enabled",
env: :cask_opts_binaries,
}],
[:switch, "--require-sha", {
......
......@@ -382,7 +382,7 @@ installed formulae or, every 30 days, for all formulae.
* `--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`
* `--[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 all casks to have a checksum.
* `--[no-]quarantine`:
......
......@@ -593,7 +593,7 @@ Set language of the Cask to install\. The first matching language is used, other
.
.TP
\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
\fB\-\-require\-sha\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment