mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
upgrade: fix style in help text
This commit is contained in:
parent
f47c1eae32
commit
bade687f11
@ -39,7 +39,7 @@ module Homebrew
|
|||||||
description: "Show what would be upgraded, but do not actually upgrade anything."
|
description: "Show what would be upgraded, but do not actually upgrade anything."
|
||||||
[
|
[
|
||||||
[:switch, "--formula", "--formulae", {
|
[:switch, "--formula", "--formulae", {
|
||||||
description: "Treat all named arguments as formulae. If no named arguments" \
|
description: "Treat all named arguments as formulae. If no named arguments " \
|
||||||
"are specified, upgrade only outdated formulae.",
|
"are specified, upgrade only outdated formulae.",
|
||||||
}],
|
}],
|
||||||
[:switch, "-s", "--build-from-source", {
|
[:switch, "-s", "--build-from-source", {
|
||||||
|
@ -612,7 +612,7 @@ upgraded formulae or, every 30 days, for all formulae.
|
|||||||
* `-n`, `--dry-run`:
|
* `-n`, `--dry-run`:
|
||||||
Show what would be upgraded, but do not actually upgrade anything.
|
Show what would be upgraded, but do not actually upgrade anything.
|
||||||
* `--formula`:
|
* `--formula`:
|
||||||
Treat all named arguments as formulae. If no named argumentsare specified, upgrade only outdated formulae.
|
Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae.
|
||||||
* `-s`, `--build-from-source`:
|
* `-s`, `--build-from-source`:
|
||||||
Compile *`formula`* from source even if a bottle is available.
|
Compile *`formula`* from source even if a bottle is available.
|
||||||
* `-i`, `--interactive`:
|
* `-i`, `--interactive`:
|
||||||
|
@ -823,7 +823,7 @@ Show what would be upgraded, but do not actually upgrade anything\.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-formula\fR
|
\fB\-\-formula\fR
|
||||||
Treat all named arguments as formulae\. If no named argumentsare specified, upgrade only outdated formulae\.
|
Treat all named arguments as formulae\. If no named arguments are specified, upgrade only outdated formulae\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-s\fR, \fB\-\-build\-from\-source\fR
|
\fB\-s\fR, \fB\-\-build\-from\-source\fR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user