Skip to content

Commit

Permalink
dev-cmd/sh.rb: fix usage banner
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin committed Aug 27, 2020
1 parent ee5a201 commit 669ae5c
Show file tree
Hide file tree
Showing 3 changed files with 849 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>] [<SCRIPT>]
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`*] [*`SCRIPT`*]

Homebrew build environment that uses years-battle-hardened
build logic to help your `./configure && make && make install`
Expand Down

0 comments on commit 669ae5c

Please sign in to comment.