diff --git a/build.gradle b/build.gradle
index 8a450aa2a1e21803ef5683bad78127e1372425cb..91d33e94f7271a4901ea4588ce60f2538f89a31f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ defaultTasks 'generate'
 
 def variants = ['mysql-tomcat', 'postgres-tomcat']
 
-// Note: To compute the sha256, download the binary and issue:
+// Note: To compute the sha256, download the XWiki WAR and issue:
 // - Unix: sha256sum <binary name>
 // - Mac: shasum --algorithm 256 <binary name>