From 4f66b81e03dec29941de78dc8cbb4fcb262b4379 Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Sun, 2 Jun 2019 11:24:57 -0700 Subject: [PATCH] Fix parameters in watchTriggeredMessage --- main/src/main/scala/sbt/nio/Keys.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/main/scala/sbt/nio/Keys.scala b/main/src/main/scala/sbt/nio/Keys.scala index 7632e04cc..528cfaabd 100644 --- a/main/src/main/scala/sbt/nio/Keys.scala +++ b/main/src/main/scala/sbt/nio/Keys.scala @@ -111,7 +111,7 @@ object Keys { val watchTriggers = settingKey[Seq[Glob]]("Describes files that should trigger a new continuous build.") val watchTriggeredMessage = settingKey[(Int, Path, Seq[String]) => Option[String]]( - "The message to show before triggered execution executes an action after sources change. The parameters are the path that triggered the build and the current watch iteration count." + "The message to show before triggered execution executes an action after sources change. The parameters are the current watch iteration count, the path that triggered the build and the names of the commands to run." ).withRank(DSetting) // internal keys