Remove leading semicolon from multi command help

This commit is contained in:
Ethan Atkins
2019-06-03 17:35:01 -07:00
parent dc20eb2d4a
commit 4193cc323d
@@ -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 =