From 53cb5d75537473c5f7328b4a52cf203b27d26af6 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 1 Dec 2022 14:51:32 +0100 Subject: [PATCH] Fix help text, only major versions supported --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 2a5dc39..a087d01 100644 --- a/src/main.rs +++ b/src/main.rs @@ -122,8 +122,7 @@ pub struct Args { /// from the Microsoft site. #[arg(long, conflicts_with_all = &["manifest_version", "channel"])] manifest: Option, - /// The version to retrieve, can either be a major version of 15 or 16, or - /// a "." version. + /// The manifest version to retrieve #[arg(long, default_value = "16")] manifest_version: String, /// The product channel to use.