From f5495bdd67e0388de608bd74d6bf43f06d537d31 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 3 May 2019 08:58:56 +0100 Subject: [PATCH] Fix projects help usage text --- main/src/main/scala/sbt/internal/CommandStrings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/main/scala/sbt/internal/CommandStrings.scala b/main/src/main/scala/sbt/internal/CommandStrings.scala index 692abb787..7c50f506e 100644 --- a/main/src/main/scala/sbt/internal/CommandStrings.scala +++ b/main/src/main/scala/sbt/internal/CommandStrings.scala @@ -284,7 +284,7 @@ $ProjectCommand .. $ProjectsCommand add + Adds the builds at the provided URIs to this session. - These builds may be selected using the sProjectCommand command. + These builds may be selected using the $ProjectCommand command. Alternatively, tasks from these builds may be run using the explicit syntax {URI}project/task $ProjectsCommand remove +