Skip to content
Snippets Groups Projects
Commit ee5a2017 authored by Maxim Belkin's avatar Maxim Belkin
Browse files

dev-cmd/sh.rb: update usage banner

parent 483fbb7f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ module Homebrew ...@@ -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>] [<commands>] `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. ...@@ -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`*] [*`commands`*] ### `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`
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment