From f414bc8cce9e53aa48b3bd96ede0ef5637eb245b Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 7 Sep 2009 01:34:40 +0100 Subject: `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. --- Library/Contributions/brew_bash_completion.sh | 2 +- Library/Homebrew/ARGV+yeast.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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: -- cgit v1.2.3