mirror of https://github.com/sbt/sbt.git
Properly show reload help
This commit is contained in:
parent
939bb9ba42
commit
8c4f4a7182
|
|
@ -248,7 +248,7 @@ Syntax summary
|
||||||
|
|
||||||
def LoadProjectImpl = "loadp"
|
def LoadProjectImpl = "loadp"
|
||||||
def LoadProject = "reload"
|
def LoadProject = "reload"
|
||||||
def LoadProjectBrief = (LoadProject, LoadProjectDetailed)
|
def LoadProjectBrief = (LoadProject, "(Re)loads the current project or changes to plugins project or returns from it.")
|
||||||
def LoadProjectDetailed = LoadProject +
|
def LoadProjectDetailed = LoadProject +
|
||||||
s"""
|
s"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue