diff options
| author | Max Howell | 2009-09-07 01:34:40 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-07 01:34:40 +0100 |
| commit | f414bc8cce9e53aa48b3bd96ede0ef5637eb245b (patch) | |
| tree | 8d6163385f4e994a42a7b709ba855f425a6b0fbf /Library | |
| parent | 27263784d187fce20147bda311b439c12a770af5 (diff) | |
| download | homebrew-f414bc8cce9e53aa48b3bd96ede0ef5637eb245b.tar.bz2 | |
`brew make' becomes `brew create'
This is because I have observed two people confuse make with the "make" tool
and thus assume `brew make' is `brew install'.
`brew make' will be deprecated at 0.7, until then it shows a warning.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 | ||||
| -rw-r--r-- | Library/Homebrew/ARGV+yeast.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 4711c93bb..78f846626 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -13,7 +13,7 @@ _brew_to_completion() prev="${COMP_WORDS[COMP_CWORD-1]}" # We only complete unabbreviated commands... - actions="edit homepage info install list link make uninstall" + actions="edit generate homepage info install list link uninstall" # Subcommand list if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]] ; then diff --git a/Library/Homebrew/ARGV+yeast.rb b/Library/Homebrew/ARGV+yeast.rb index 5dc5ec3ad..e602d7901 100644 --- a/Library/Homebrew/ARGV+yeast.rb +++ b/Library/Homebrew/ARGV+yeast.rb @@ -90,7 +90,7 @@ Commands: link formula ... home formula ... info [formula] [--github] - make url + gen url prune To visit the Homebrew homepage type: |
