diff --git a/website/versioned_docs/version-v2.4.0/reference/cli.mdx b/website/versioned_docs/version-v2.4.0/reference/cli.mdx index c76baaadd..d7bfaad78 100644 --- a/website/versioned_docs/version-v2.4.0/reference/cli.mdx +++ b/website/versioned_docs/version-v2.4.0/reference/cli.mdx @@ -72,7 +72,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for | -trimpath | Remove all file system paths from the resulting executable. | false | | -race | Build with Go's race detector | false | | -windowsconsole | Keep the console window for Windows builds | | -| -obfuscate | Obfuscate the application using [garble](https://github.com/burrowers/garble) | false | +| -obfuscated | Obfuscate the application using [garble](https://github.com/burrowers/garble) | false | | -garbleargs | Arguments to pass to garble | `-literals -tiny -seed=random` | | -nosyncgomod | Do not sync go.mod with the Wails version | false |