mirror of https://github.com/sbt/sbt.git
Fix projects help usage text
This commit is contained in:
parent
8fa3bcf90d
commit
f5495bdd67
|
|
@ -284,7 +284,7 @@ $ProjectCommand ..
|
||||||
|
|
||||||
$ProjectsCommand add <URI>+
|
$ProjectsCommand add <URI>+
|
||||||
Adds the builds at the provided URIs to this session.
|
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
|
Alternatively, tasks from these builds may be run using the explicit syntax {URI}project/task
|
||||||
|
|
||||||
$ProjectsCommand remove <URI>+
|
$ProjectsCommand remove <URI>+
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue