Jack Nagel
cd4b6df938
Add versions
command to the man page
...
Additionally, document the '--build-from-source' option for the
`install` command.
2011-08-24 21:13:34 -05:00
Jack Nagel
d5f7594748
ENV: allow a user-configurable number of make jobs
...
Let an environment variable, HOMEBREW_MAKE_JOBS, override the default
'-j<cores>' make flag.
Now we can more easily debug formula that normally build in parallel, or
(potentially) speed up lengthy builds.
2011-08-24 17:14:23 -05:00
Adam Vandenberg
440d8ea4c5
Add brew which
to man page
2011-06-19 22:00:02 -07:00
Adam Vandenberg
e8ebd6756e
Add clang options to man page.
2011-06-16 20:58:06 -07:00
Adam Vandenberg
0523f66bec
deps: document -n switch
2011-06-15 09:02:18 -07:00
Adam Vandenberg
c92ed8eb04
Document HOMEBREW_CACHE
2011-06-07 13:38:38 -07:00
Adam Vandenberg
f759387c89
update brew link documentation to remove confusing passage
2011-06-05 21:29:52 -07:00
Adam Vandenberg
846b6cb91b
Alpahabetize commands on man page
2011-05-31 12:20:06 -07:00
Adam Vandenberg
57c61bb9c1
Add 'essential commands' section to man page.
2011-05-30 21:34:42 -07:00
Adam Vandenberg
1439d5ec27
Document audit return code
2011-05-27 22:09:35 -07:00
Jack Nagel
98f51446cb
Add the '--use-gcc' flag to the brew man page
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05 11:36:46 -07:00
Adam Vandenberg
34d8e32a8f
manpage - fix typo
2011-05-05 07:37:29 -07:00
Adam Vandenberg
e08ef940be
Add --force to brew cleanup
2011-04-18 21:11:08 -07:00
Adam Vandenberg
d6382efdeb
Add brew fetch --deps
...
`brew fetch --deps` will also cache the dependencies of any listed formulae.
2011-04-14 15:09:15 -07:00
Adam Vandenberg
94a524cce3
brew missing: allow a formula argument
...
If a formula is given, it will be checked for missing deps.
The formula does not have to be installed first.
Without a formula list, still checks all installed brews.
2011-04-13 13:48:31 -07:00
Adam Vandenberg
529066d24d
Document 'brew options --all'.
2011-03-21 13:14:06 -07:00
Adam Vandenberg
84fbdd795f
update manpage for brew audit --strict
...
This removes the single use of 'brew audit --warn' and
changes it to --strict as well.
2011-03-21 13:07:14 -07:00
Max Howell
ec9cbc6466
Optimise/simplify brew help
...
Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here.
Also separated out the help into its own command for consistency.
2011-03-13 12:54:30 +00:00
Max Howell
e0639f1588
Replace create --cache with create --no-fetch
...
Because since 0.8 we do the opposite, ie. download by default.
2011-03-13 12:52:41 +00:00
Adam Vandenberg
8abf954bf4
Add brew options --compact to manpage
2011-03-12 11:55:07 -08:00
Stephen Allred
618617da73
Added --use-gcc flag.
...
This allows you to use llvm as your default compiler and keep the cc symlink
pointed at llvm, while allowing you to build forumla that requires the gcc.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12 11:55:06 -08:00
Adam Vandenberg
4ac006fc58
Man typos. Fixes Homebrew/homebrew#3799
2011-01-02 17:03:41 -08:00
Adam Vandenberg
d6455e0094
Fix typos in man page
2010-12-26 10:31:10 -08:00
Mike McQuaid
2be392bc8c
Fix typo in manpage.
2010-11-20 22:44:50 +00:00
Adam Vandenberg
7d44a389f7
Update man page
...
Move all documented "external commands" up with the resto f the commands,
as these will all be built-in commands after the next code re-org.
2010-11-07 07:36:34 -08:00
Adam Vandenberg
320889933d
Separate man page for brew-man
...
Also, revise main man page, and update brew-man command to handle
multiple input files.
2010-11-06 17:36:44 -07:00
Adam Vandenberg
5e64bfbd55
Add proxy information to man page
2010-11-01 10:25:02 -07:00
Adam Vandenberg
c61204eb1e
Document brew install <url>
2010-10-30 14:23:11 -07:00
Adam Vandenberg
405613a0ef
brew-audit - add check for tabs.
...
Add a new mode "brew audit --warn" that performs stricter checks
that might not need to be fixed.
Currently this includes a check for using tabs instead of spaces
for indentation; Homebrew style is "2-space indentation."
Documented this new switch.
2010-10-21 07:53:37 -07:00
Adam Vandenberg
599c7fe7d0
Add link shortcut ln to doc
2010-10-17 17:52:21 -07:00
Adam Vandenberg
266b3265aa
Add remove --force
2010-10-17 17:52:10 -07:00
Adam Vandenberg
d8e3640e1e
Document fetch --force
2010-10-13 07:17:23 -07:00
Adam Vandenberg
739f96843a
Document fetch --HEAD
2010-10-13 06:48:38 -07:00
Adam Vandenberg
64027ae9d5
Document brew install --force --HEAD
2010-10-13 06:43:04 -07:00
Adam Vandenberg
2366cb3f9b
document brew log
2010-10-04 17:12:34 -07:00
Adam Vandenberg
3d1fb263e8
Tweak man entry for brew uses
2010-09-27 09:57:25 -07:00
Adam Vandenberg
b60a1b1ebe
typo
2010-09-16 11:27:56 -07:00
Adam Vandenberg
14b8148677
add 'brew install --force' to manpage
2010-09-16 09:56:59 -07:00
Adam Vandenberg
ef1f45fbc3
Document brew options
2010-09-08 05:27:09 -07:00
Adam Vandenberg
3d1679d91d
Document HOMEBREW_KEEP_INFO
2010-08-21 11:24:58 -07:00
Adam Vandenberg
eecddb356d
Document 'brew man' and add links to gems.
2010-08-20 10:18:03 -07:00
Adam Vandenberg
44f1d0917d
Document HOMEBREW_DEBUG_PREFIX
2010-08-20 10:06:06 -07:00
Adam Vandenberg
6355e37162
Document HOMEBREW_DEBUG_INSTALL
2010-08-16 09:24:08 -07:00
Adam Vandenberg
6d36c4daf2
Fix brew server and document.
2010-08-15 19:47:46 -07:00
Adam Vandenberg
85b9c7eca1
Document 'brew test' and sort external commands.
2010-08-15 15:38:58 -07:00
Adam Vandenberg
3d20387863
Fix typo in manpage.
2010-08-15 15:32:28 -07:00
Adam Vandenberg
c9e2a9e5cb
Document 'brew missing'.
2010-08-15 15:25:35 -07:00
Adam Vandenberg
354a176543
Reformat manpage slightly
2010-08-11 21:10:51 -07:00
Adam Vandenberg
77c70ec472
Add "brew uses --installed"
...
Passing --installed will limit the list to formulae that you have installed.
Documented this and "brew deps --1" which limits the dependency list to
one level down (direct dependencies).
2010-08-11 20:54:29 -07:00
Adam Vandenberg
fb70374dac
Move ext command docs down to ext commands section
2010-08-07 18:08:54 -07:00