update method removed

This commit is contained in:
Wade
2011-11-13 23:45:55 +10:00
parent 9ac55245c9
commit e0a9d117bc

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 'svn update' to update to the latest revision."
# data += "Run 'svn update' to update to the latest revision."
print_more data
end