aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWil Moore III2013-11-18 15:46:34 -0700
committerMike McQuaid2013-11-19 11:42:39 +0000
commit78f9b23218a45fd5d5b2237741b0b2bb89dca66b (patch)
treea176344c683f71b1e104d5f03de8291f15eae44f
parentc874b5b8ca56abc4e46eec566c1a0d4f1ab5a3a2 (diff)
downloadbrew-78f9b23218a45fd5d5b2237741b0b2bb89dca66b.tar.bz2
brew-bundle: clarify path requirements.
Closes Homebrew/homebrew#24463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rwxr-xr-xLibrary/Contributions/cmd/brew-bundle.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-bundle.rb b/Library/Contributions/cmd/brew-bundle.rb
index a467f1c8f..f0ce85d38 100755
--- a/Library/Contributions/cmd/brew-bundle.rb
+++ b/Library/Contributions/cmd/brew-bundle.rb
@@ -5,8 +5,8 @@
# Looks for a Brewfile and runs each line as a brew command.
#
# brew bundle # Looks for "./Brewfile"
-# brew bundle path/to/dir # Looks for "./path/to/dir/Brewfile"
-# brew bundle path/to/file # Looks for "./path/to/file"
+# brew bundle path/to/dir # Looks for "path/to/dir/Brewfile"
+# brew bundle path/to/file # Looks for "path/to/file"
#
# For example, given a Brewfile with the following contents:
# tap foo/bar