summaryrefslogtreecommitdiffstats
path: root/src/options.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.rs')
-rw-r--r--src/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.rs b/src/options.rs
index b3835e4474..fd1bfdf662 100644
--- a/src/options.rs
+++ b/src/options.rs
@@ -658,7 +658,7 @@ pub(crate) fn parse_args() -> Mode {
};
}
- if let Some(path) = matches.value_of("dump-syntax-dotty") {
+ if let Some(path) = matches.value_of("dump-syntax-dot") {
return Mode::DumpSyntaxDotty {
path: path.to_owned(),
ignore_comments,