dev-cmd/sh.rb: update usage banner

This commit is contained in:
Maxim Belkin 2020-08-27 18:39:05 +00:00
parent 483fbb7fe4
commit ee5a2017c7
3 changed files with 3 additions and 849 deletions

View File

@ -10,7 +10,7 @@ module Homebrew
def sh_args
Homebrew::CLI::Parser.new do
usage_banner <<~EOS
`sh` [<options>] [<commands>]
`sh` [<options>] [<script>]
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`*] [*`commands`*]
### `sh` [*`options`*] [<script>]
Homebrew build environment that uses years-battle-hardened
build logic to help your `./configure && make && make install`

File diff suppressed because one or more lines are too long