aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-12-27 16:51:53 +0000
committerMike McQuaid2014-12-27 16:51:53 +0000
commita3e7eb0eb2be789fcb03560e446a886458a45165 (patch)
tree2c57b72d06ff0771a125898261e85ac031880294
parentd3531cbc468125d7a5eef9ff613762f35916c72e (diff)
downloadhomebrew-a3e7eb0eb2be789fcb03560e446a886458a45165.tar.bz2
create: recommend `brew audit --strict`.
-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