Skip to content

Commit

Permalink
dev-cmd/sh: rename SCRIPT argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 28, 2020
1 parent 669ae5c commit cd075dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/sh.rb
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/Manpage.md
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion manpages/brew.1
Expand Up @@ -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
Expand Down

0 comments on commit cd075dd

Please sign in to comment.