manpages: whitespace fixes
This commit is contained in:
parent
b9a30d154f
commit
a3e0647797
@ -15,7 +15,6 @@ module Homebrew
|
||||
and remove old versions of installed formulae. If arguments are specified,
|
||||
only do this for the specified formulae and casks.
|
||||
EOS
|
||||
|
||||
flag "--prune=",
|
||||
description: "Remove all cache files older than specified <days>."
|
||||
switch "-n", "--dry-run",
|
||||
|
||||
@ -23,9 +23,9 @@ module Homebrew
|
||||
<formula> is usually the name of the formula to install, but it can be specified
|
||||
in several different ways.
|
||||
|
||||
Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will be run for the installed formulae or, every 30 days, for all formulae.
|
||||
Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will be run for the
|
||||
installed formulae or, every 30 days, for all formulae.
|
||||
EOS
|
||||
|
||||
switch :debug,
|
||||
description: "If brewing fails, open an interactive debugging session with access to IRB "\
|
||||
"or a shell inside the temporary build directory"
|
||||
|
||||
@ -17,7 +17,8 @@ module Homebrew
|
||||
|
||||
Uninstall and then install <formula> (with existing and any appended install options).
|
||||
|
||||
Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will be run for the reinstalled formulae or, every 30 days, for all formulae.
|
||||
Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will be run for the
|
||||
reinstalled formulae or, every 30 days, for all formulae.
|
||||
EOS
|
||||
switch :debug,
|
||||
description: "If brewing fails, open an interactive debugging session with access to IRB "\
|
||||
|
||||
@ -21,7 +21,8 @@ module Homebrew
|
||||
If <formula> are given, upgrade only the specified brews (unless they
|
||||
are pinned; see `pin`, `unpin`).
|
||||
|
||||
Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will be run for the upgraded formulae or, every 30 days, for all formulae.
|
||||
Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will be run for the
|
||||
upgraded formulae or, every 30 days, for all formulae.
|
||||
EOS
|
||||
switch :debug,
|
||||
description: "If brewing fails, open an interactive debugging session with access to IRB "\
|
||||
|
||||
@ -58,7 +58,6 @@ module Homebrew
|
||||
flag "--revision=",
|
||||
required_for: "--tag=",
|
||||
description: "Specify the new git commit <revision> corresponding to a specified <tag>."
|
||||
|
||||
switch :force
|
||||
switch :quiet
|
||||
switch :verbose
|
||||
|
||||
@ -18,7 +18,6 @@ module Homebrew
|
||||
description: "Print what would be done rather than doing it."
|
||||
flag "--message=",
|
||||
description: "Append the provided <message> to the default commit message."
|
||||
|
||||
switch :force
|
||||
switch :quiet
|
||||
switch :verbose
|
||||
|
||||
@ -86,7 +86,6 @@ module Homebrew
|
||||
installed yet, attempt to install/clone the tap before continuing. To extract
|
||||
a <formula> from a tap that is not homebrew/core use <user>/<repo>/<formula>.
|
||||
EOS
|
||||
|
||||
flag "--version=",
|
||||
description: "Extract the provided <version> of <formula> instead of the most recent."
|
||||
switch :force
|
||||
|
||||
@ -42,6 +42,7 @@ Uninstall <formula>.
|
||||
List all installed formulae.
|
||||
|
||||
### `search` (<text>|`/`<text>`/`):
|
||||
|
||||
Perform a substring search of cask tokens and formula names for <text>. If <text>
|
||||
is surrounded with slashes, then it is interpreted as a regular expression.
|
||||
The search for <text> is extended online to `homebrew/core` and `homebrew/cask`.
|
||||
@ -63,7 +64,8 @@ If no search term is given, all locally available formulae are listed.
|
||||
|
||||
### `bundle` <subcommand>:
|
||||
|
||||
Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store. See `brew bundle --help`.
|
||||
Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
|
||||
See `brew bundle --help`.
|
||||
|
||||
**Homebrew/homebrew-bundle**: <https://github.com/Homebrew/homebrew-bundle>
|
||||
|
||||
@ -75,7 +77,8 @@ Install macOS applications distributed as binaries. See brew-cask(1).
|
||||
|
||||
### `services` <subcommand>:
|
||||
|
||||
Manage background services with macOS' `launchctl`(1) daemon manager. See `brew services --help`.
|
||||
Manage background services with macOS' `launchctl`(1) daemon manager.
|
||||
See `brew services --help`.
|
||||
|
||||
**Homebrew/homebrew-services**: <https://github.com/Homebrew/homebrew-services>
|
||||
|
||||
@ -116,7 +119,8 @@ Note that environment variables must have a value set to be detected. For exampl
|
||||
`export HOMEBREW_NO_INSECURE_REDIRECT`.
|
||||
|
||||
* `HOMEBREW_ARCH`:
|
||||
Linux only: If set, Homebrew will pass the set value to type name to the compiler's `-march` option instead of using the default (`-march=native`).
|
||||
Linux only: If set, Homebrew will pass the set value to type name to the compiler's
|
||||
`-march` option instead of using the default (`-march=native`).
|
||||
|
||||
* `HOMEBREW_ARTIFACT_DOMAIN`:
|
||||
If set, instructs Homebrew to prefix all download URLs, including those for bottles,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user