Changed update method in stdout

This commit is contained in:
Wade Alcorn
2012-09-14 21:08:47 +10:00
parent 3b07e700a5
commit 62768e1ea2

View File

@@ -44,7 +44,7 @@ module Banners
data = "Version #{version}\n"
data += "Website http://beefproject.com\n"
data += "Run 'beef -h' for basic help.\n"
data += "Run 'git pull' to update to the latest revision."
data += "Run 'update-beef' to update to the latest revision."
print_more data
end