We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d1e9f commit 707d6e7Copy full SHA for 707d6e7
tmc-langs-cli/src/main.rs
@@ -400,7 +400,7 @@ fn create_app() -> App<'static, 'static> {
400
.takes_value(true))
401
.arg(Arg::with_name("output-path")
402
.help("Path to where the submission should be downloaded.")
403
- .long("exercise-path")
+ .long("output-path")
404
.required(true)
405
406
.arg(Arg::with_name("save-old-state")
0 commit comments