From 47d2727a90285e3cc3833aa43f1602dd94cf7d14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jesper=20=C3=96qvist?= <jesper.oqvist@cs.lth.se>
Date: Wed, 17 Feb 2021 17:02:10 +0100
Subject: [PATCH] Fix typo in reference manual

---
 doc/reference-manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/reference-manual.md b/doc/reference-manual.md
index 981384c1..ee38a2f2 100644
--- a/doc/reference-manual.md
+++ b/doc/reference-manual.md
@@ -1758,7 +1758,7 @@ Option                 | Purpose
 `--flush=ARGS`         | Generate methods for flushing attribute caches.
 `--dot`                | Generate a DOT graph of the abstract grammar.
 `--emptyContainerSingletons` | Use singleton objects for empty List or Opt nodes.
-`--optimizeImports`    | Remove unused imports in generated code.
+`--optimize-imports`    | Remove unused imports in generated code.
 `--statistics=PATH`    | Output attribute statistics in CSV format to a file.
 `--minListSize=NUM`    | Performance tuning: minimum non-empty child list size.
 `--staticState=yes/no` | Performance tuning: use a static field to store reference to AST state object.
-- 
GitLab