aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow-avh.rb
diff options
context:
space:
mode:
authorAndy Rudge2013-01-30 18:22:46 -0600
committerMisty De Meo2013-01-30 18:52:01 -0600
commitf2a1bc1627efa8929052f847b2221ccc1414e156 (patch)
tree8f562194c2d2c356ebd6e66cddd638c6bb4f6ecb /Library/Formula/git-flow-avh.rb
parent38de561cf2f86a92b7a8db3fb4b1130172f4e88d (diff)
downloadhomebrew-f2a1bc1627efa8929052f847b2221ccc1414e156.tar.bz2
git-flow-avh: update caveats per wiki
Closes #17451. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
-rw-r--r--Library/Formula/git-flow-avh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb
index 49e50c660..eb6961fae 100644
--- a/Library/Formula/git-flow-avh.rb
+++ b/Library/Formula/git-flow-avh.rb
@@ -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