Skip to content

Commit 707d6e7

Browse files
committed
fix
1 parent d2d1e9f commit 707d6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ fn create_app() -> App<'static, 'static> {
400400
.takes_value(true))
401401
.arg(Arg::with_name("output-path")
402402
.help("Path to where the submission should be downloaded.")
403-
.long("exercise-path")
403+
.long("output-path")
404404
.required(true)
405405
.takes_value(true))
406406
.arg(Arg::with_name("save-old-state")

0 commit comments

Comments
 (0)