git-flow-avh: update caveats per wiki

Closes Homebrew/homebrew#17451.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
Andy Rudge 2013-01-30 18:22:46 -06:00 committed by Misty De Meo
parent ca35179898
commit a9bf8877f8

View file

@ -17,7 +17,7 @@ class GitFlowAvh < Formula
def caveats; <<-EOS.undent
Create a ~/.gitflow_export file with the content
alias getopt="$(brew --prefix gnu-getopt)/bin/getopt"
export FLAGS_GETOPT_CMD="$(brew --prefix gnu-getopt)/bin/getopt"
EOS
end