Remove leading semicolon from multi command help

This commit is contained in:
Ethan Atkins 2019-06-02 09:57:19 -07:00
parent dc20eb2d4a
commit 4193cc323d
1 changed files with 1 additions and 1 deletions

View File

@ -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 =