mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
Remove leading semicolon from multi command help
This commit is contained in:
@@ -151,7 +151,7 @@ $HelpCommand <regular expression>
|
||||
def Multi: String = ";"
|
||||
def MultiBrief: (String, String) =
|
||||
(
|
||||
Multi + " <command> (" + Multi + " <command>)*",
|
||||
"<command> (" + Multi + " <command>)*",
|
||||
"Runs the provided semicolon-separated commands."
|
||||
)
|
||||
def MultiDetailed: String =
|
||||
|
||||
Reference in New Issue
Block a user