aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-04-17 09:16:38 +0200
committerMartin Afanasjew2016-04-20 13:45:26 +0200
commita3352c000e488be4a98c0c973784a049b5b2a060 (patch)
treec557e693abe990a20e4612360194503206b6c203 /Library
parent046b4818069e4f5382edf256fa1d19e28d896309 (diff)
downloadbrew-a3352c000e488be4a98c0c973784a049b5b2a060.tar.bz2
--env: move help to documentation comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/--env.rb3
-rw-r--r--Library/Homebrew/manpages/brew.1.md.erb3
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/--env.rb b/Library/Homebrew/cmd/--env.rb
index 4ecf7e643..281175c93 100644
--- a/Library/Homebrew/cmd/--env.rb
+++ b/Library/Homebrew/cmd/--env.rb
@@ -1,3 +1,6 @@
+#: * `--env`:
+#: Show a summary of the Homebrew build environment.
+
require "extend/ENV"
require "build_environment"
diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb
index 0fecdb900..19164cc2f 100644
--- a/Library/Homebrew/manpages/brew.1.md.erb
+++ b/Library/Homebrew/manpages/brew.1.md.erb
@@ -50,9 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
<%= commands.join("\n") %>
- * `--env`:
- Show a summary of the Homebrew build environment.
-
* `--prefix`:
Display Homebrew's install path. *Default:* `/usr/local`