Skip to content

Commit

Permalink
Fix help text, only major versions supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 1, 2022
1 parent 8519e95 commit 53cb5d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ pub struct Args {
/// from the Microsoft site.
#[arg(long, conflicts_with_all = &["manifest_version", "channel"])]
manifest: Option<PathBuf>,
/// The version to retrieve, can either be a major version of 15 or 16, or
/// a "<major>.<minor>" version.
/// The manifest version to retrieve
#[arg(long, default_value = "16")]
manifest_version: String,
/// The product channel to use.
Expand Down

0 comments on commit 53cb5d7

Please sign in to comment.