create: recommend brew audit --strict.

This commit is contained in:
Mike McQuaid 2014-12-27 16:51:53 +00:00
parent 5cff7efc56
commit b43876d4a2

View File

@ -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