dev-cmd/sh.rb: fix usage banner
This commit is contained in:
parent
ee5a2017c7
commit
669ae5c077
@ -10,7 +10,7 @@ module Homebrew
|
|||||||
def sh_args
|
def sh_args
|
||||||
Homebrew::CLI::Parser.new do
|
Homebrew::CLI::Parser.new do
|
||||||
usage_banner <<~EOS
|
usage_banner <<~EOS
|
||||||
`sh` [<options>] [<script>]
|
`sh` [<options>] [<SCRIPT>]
|
||||||
|
|
||||||
Homebrew build environment that uses years-battle-hardened
|
Homebrew build environment that uses years-battle-hardened
|
||||||
build logic to help your `./configure && make && make install`
|
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`:
|
* `-e`:
|
||||||
Execute the given text string as a script.
|
Execute the given text string as a script.
|
||||||
|
|
||||||
### `sh` [*`options`*] [<script>]
|
### `sh` [*`options`*] [*`SCRIPT`*]
|
||||||
|
|
||||||
Homebrew build environment that uses years-battle-hardened
|
Homebrew build environment that uses years-battle-hardened
|
||||||
build logic to help your `./configure && make && make install`
|
build logic to help your `./configure && make && make install`
|
||||||
|
848
manpages/brew.1
848
manpages/brew.1
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user