diff options
Diffstat (limited to 'src/tools/tool-options.h')
-rw-r--r-- | src/tools/tool-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tool-options.h b/src/tools/tool-options.h index a6e57a76e..6f3b4968c 100644 --- a/src/tools/tool-options.h +++ b/src/tools/tool-options.h @@ -93,7 +93,7 @@ struct ToolOptions : public Options { .addFeature(FeatureSet::RelaxedSIMD, "relaxed SIMD") .addFeature(FeatureSet::ExtendedConst, "extended const expressions") .addFeature(FeatureSet::Strings, "strings") - .addFeature(FeatureSet::MultiMemories, "multi-memories") + .addFeature(FeatureSet::MultiMemory, "multimemory") .add("--enable-typed-function-references", "", "Deprecated compatibility flag", |