Skip to content

Commit abc5b9c

Browse files
committed
bugfix
1 parent fe28239 commit abc5b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmc-langs-cli/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ fn main() {
9898
.arg(Arg::with_name("checkstyleOutputPath")
9999
.long("checkstyleOutputPath")
100100
.help("Runs checkstyle if defined")
101-
.takes_value(true)))
101+
.takes_value(true))
102102
.arg(Arg::with_name("locale")
103103
.help("Language as a three letter ISO 639-3 code, e.g. 'eng' or 'fin'.")
104104
.long("locale")
105105
.help("Required if checkstyleOutputPath is defined")
106-
.takes_value(true))
106+
.takes_value(true)))
107107

108108
.subcommand(SubCommand::with_name("scan-exercise")
109109
.about("Produce an exercise description of an exercise directory.")

0 commit comments

Comments
 (0)