aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/create.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-12-27 16:51:53 +0000
committerMike McQuaid2014-12-27 16:51:53 +0000
commitb43876d4a2369f3d12f0b0c169eb671c668aa0f2 (patch)
tree672c77bf04fab0194d57bf3fae7058f594725bf0 /Library/Homebrew/cmd/create.rb
parent5cff7efc56d40ad1a492f999abe8093ae3e03c49 (diff)
downloadbrew-b43876d4a2369f3d12f0b0c169eb671c668aa0f2.tar.bz2
create: recommend `brew audit --strict`.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index b111f118a..6f819bf5a 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -62,7 +62,7 @@ module Homebrew
fc.generate!
- puts "Please `brew audit #{fc.name}` before submitting, thanks."
+ puts "Please `brew audit --strict #{fc.name}` before submitting, thanks."
exec_editor fc.path
end