From 948cbadcc2fee4cbf6ad7debf6ace6b3ffabf0a9 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 1 Dec 2022 17:07:01 +0100 Subject: [PATCH] Fixup (#69) --- README.md | 2 +- tests/snapshots/xwin.snap | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b14b47..51fd59d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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 version to retrieve, can either be a major version of 15 or 16, or a `.` version [default: 16]. This is the version number of the top level manifest, it's...not really tied to the underlying content. +* `--manifest-version ` - The manifest version to retrieve [default: 16]. * `--manifest` - Specifies a top level manifest to use, rather than downloading it from Microsoft. This can be used to ensure the output is reproducible. * `https_proxy` - Environment variable that specifies the HTTPS proxy to use. diff --git a/tests/snapshots/xwin.snap b/tests/snapshots/xwin.snap index 51d6112..9aa9736 100644 --- a/tests/snapshots/xwin.snap +++ b/tests/snapshots/xwin.snap @@ -52,8 +52,7 @@ Options: from the Microsoft site --manifest-version - The version to retrieve, can either be a major version of 15 or 16, or - a "." version + The manifest version to retrieve [default: 16]