Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
ee5a2017
Commit
ee5a2017
authored
4 years ago
by
Maxim Belkin
Browse files
Options
Downloads
Patches
Plain Diff
dev-cmd/sh.rb: update usage banner
parent
483fbb7f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Library/Homebrew/dev-cmd/sh.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/dev-cmd/sh.rb
docs/Manpage.md
+1
-1
1 addition, 1 deletion
docs/Manpage.md
manpages/brew.1
+1
-847
1 addition, 847 deletions
manpages/brew.1
with
3 additions
and
849 deletions
Library/Homebrew/dev-cmd/sh.rb
+
1
−
1
View file @
ee5a2017
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
docs/Manpage.md
+
1
−
1
View file @
ee5a2017
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
manpages/brew.1
+
1
−
847
View file @
ee5a2017
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment