dev-cmd/sh.rb: fix usage banner

This commit is contained in:
Maxim Belkin 2020-08-27 19:52:40 +00:00
parent ee5a2017c7
commit 669ae5c077
3 changed files with 849 additions and 3 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long