Skip to content

Commit

Permalink
fix: --download-only doc string (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr authored May 9, 2021
1 parent f0e2d4d commit 54ba6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Config {
)]
pub dist_mirror: Url,

/// Log level for the snm commands
// Log level for the snm commands
// #[clap(
// long,
// name = "level",
Expand All @@ -31,7 +31,7 @@ pub struct Config {
// global = true
// )]
// pub log_level: String,

//
/// Only download the matching Nodejs version
#[clap(short, long, global = true)]
pub download_only: bool,
Expand Down

0 comments on commit 54ba6c2

Please sign in to comment.