From d57f09927854d92c59e508d01b4e601509ec2538 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 2 Jul 2024 10:01:41 +0200 Subject: [PATCH] Fix default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c031b5..14e20a7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can download a prebuilt binary from the [Releases](https://github.com/Jake-S * `-L, --log-level ` - The log level for messages, only log messages at or above the level will be emitted [default: info] [possible values: off, error, warn, info, debug, trace]. * `--variant ...` - The variants to include [default: desktop] [possible values: desktop, onecore, spectre]. Note that I haven't fully tested any variant except `desktop`, please file an issue if you try to use one of the others and run into issues. Note that there is another `store` variant that hasn't even been implemented due to it being weird and me not having a real project targeting it. * `--channel ` - The product channel to use [default: release] -* `--manifest-version ` - The manifest version to retrieve [default: 16]. +* `--manifest-version ` - The manifest version to retrieve [default: 17]. * `--manifest` - Specifies a top level manifest to use, rather than downloading it from Microsoft. This can be used to ensure the output is reproducible. * `--sdk-version` - The specific SDK version to use. If not specified the latest SDK version in the manifest is used. * `--crt-version` - The specific CRT version to use. If not specified the latest CRT version in the manifest is used.