mirror of https://github.com/sbt/sbt.git
Remove leading semicolon from multi command help
This commit is contained in:
parent
dc20eb2d4a
commit
4193cc323d
|
|
@ -151,7 +151,7 @@ $HelpCommand <regular expression>
|
||||||
def Multi: String = ";"
|
def Multi: String = ";"
|
||||||
def MultiBrief: (String, String) =
|
def MultiBrief: (String, String) =
|
||||||
(
|
(
|
||||||
Multi + " <command> (" + Multi + " <command>)*",
|
"<command> (" + Multi + " <command>)*",
|
||||||
"Runs the provided semicolon-separated commands."
|
"Runs the provided semicolon-separated commands."
|
||||||
)
|
)
|
||||||
def MultiDetailed: String =
|
def MultiDetailed: String =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue