Skip to content

Commit 24accd1

Browse files
alanmimmsdschuff
authored andcommitted
Fix wrong name in --help output (#1099)
1 parent 8b97aba commit 24accd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/wasm-ctor-eval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ int main(int argc, const char* argv[]) {
352352
bool debugInfo = false;
353353
std::string ctorsString;
354354

355-
Options options("wasm-opt", "Optimize .wast files");
355+
Options options("wasm-ctor-eval", "Optimize .wast files");
356356
options
357357
.add("--output", "-o", "Output file (stdout if not specified)",
358358
Options::Arguments::One,

0 commit comments

Comments
 (0)