Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Jul 17, 2020
1 parent d2d1e9f commit 707d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmc-langs-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ fn create_app() -> App<'static, 'static> {
.takes_value(true))
.arg(Arg::with_name("output-path")
.help("Path to where the submission should be downloaded.")
.long("exercise-path")
.long("output-path")
.required(true)
.takes_value(true))
.arg(Arg::with_name("save-old-state")
Expand Down

0 comments on commit 707d6e7

Please sign in to comment.