diff --git a/core/main/console/banners.rb b/core/main/console/banners.rb index 7372c62df..0c2045320 100644 --- a/core/main/console/banners.rb +++ b/core/main/console/banners.rb @@ -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