From 54ba6c2d21edfa0ebf8e2a74d9382ba371e31006 Mon Sep 17 00:00:00 2001 From: Vikas Raj Date: Sun, 9 May 2021 18:27:45 +0530 Subject: [PATCH] fix: `--download-only` doc string (#59) --- src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.rs b/src/config.rs index 23527ce..cd8f863 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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", @@ -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,