Updated the 'update to the latest revision' line to use 'git pull'

This commit is contained in:
Wade Alcorn
2012-01-11 23:15:19 +10:00
parent 250140f52f
commit d8797f6bc7

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 https://github.com/beefproject/beef.git master' to update to the latest revision."
data += "Run 'git pull' to update to the latest revision."
print_more data
end