Skip to content

Commit

Permalink
Fix the help text for the --dump option
Browse files Browse the repository at this point in the history
Fixes #546
  • Loading branch information
marco-c committed Mar 17, 2021
1 parent 8410e14 commit eab5e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-code-analysis-cli/src/main.rs
Expand Up @@ -277,7 +277,7 @@ fn main() {
)
.arg(
Arg::with_name("dump")
.help("Specifies the output file")
.help("Outputs the AST to stdout")
.short("d")
.long("dump"),
)
Expand Down

0 comments on commit eab5e6b

Please sign in to comment.