dev-cmd/sh: rename SCRIPT argument.
This commit is contained in:
parent
669ae5c077
commit
cd075dd45a
@ -10,7 +10,7 @@ module Homebrew
|
||||
def sh_args
|
||||
Homebrew::CLI::Parser.new do
|
||||
usage_banner <<~EOS
|
||||
`sh` [<options>] [<SCRIPT>]
|
||||
`sh` [<options>] [<file>]
|
||||
|
||||
Homebrew build environment that uses years-battle-hardened
|
||||
build logic to help your `./configure && make && make install`
|
||||
|
||||
@ -1106,7 +1106,7 @@ Run a Ruby instance with Homebrew's libraries loaded, e.g.
|
||||
* `-e`:
|
||||
Execute the given text string as a script.
|
||||
|
||||
### `sh` [*`options`*] [*`SCRIPT`*]
|
||||
### `sh` [*`options`*] [*`file`*]
|
||||
|
||||
Homebrew build environment that uses years-battle-hardened
|
||||
build logic to help your `./configure && make && make install`
|
||||
|
||||
@ -1522,7 +1522,7 @@ Load a library using \fBrequire\fR\.
|
||||
\fB\-e\fR
|
||||
Execute the given text string as a script\.
|
||||
.
|
||||
.SS "\fBsh\fR [\fIoptions\fR] [\fISCRIPT\fR]"
|
||||
.SS "\fBsh\fR [\fIoptions\fR] [\fIfile\fR]"
|
||||
Homebrew build environment that uses years\-battle\-hardened build logic to help your \fB\./configure && make && make install\fR and even your \fBgem install\fR succeed\. Especially handy if you run Homebrew in an Xcode\-only configuration since it adds tools like \fBmake\fR to your \fBPATH\fR which build systems would not find otherwise\.
|
||||
.
|
||||
.TP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user