From 463595f502f4a9d96703af0e45dfda0ae18ad9f5 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Thu, 25 Apr 2019 18:23:08 +0200 Subject: [PATCH] chore: typo --- src/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.ts b/src/options.ts index 2994385..4b95021 100644 --- a/src/options.ts +++ b/src/options.ts @@ -111,7 +111,7 @@ ${c.bold('nexe [options]')} -f --flag -- *v8 flags to include during compilation -c --configure -- *arguments to the configure step -m --make -- *arguments to the make/build step - --patch -- module with middelware default export for adding a build patch + --patch -- module with middleware default export for adding a build patch --no-mangle -- used when generating base binaries, or when patching _third_party_main manually. --snapshot -- path to a warmup snapshot --ico -- file name for alternate icon file (windows)