dev-cmd/sh: rename SCRIPT argument.

This commit is contained in:
Mike McQuaid 2020-08-28 08:37:15 +01:00
parent 669ae5c077
commit cd075dd45a
3 changed files with 3 additions and 3 deletions

View File

@ -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`

View File

@ -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`

View File

@ -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