From 7be43b14635c04874c7672565785abeb35d53d72 Mon Sep 17 00:00:00 2001 From: manmen-mi Date: Tue, 26 May 2026 09:56:33 +0900 Subject: [PATCH] update comment --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index d9c62234..14d483d1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -26,7 +26,7 @@ pub struct Args { /// Only use this if Rustlings fails to detect exercise file changes #[arg(long)] pub manual_run: bool, - /// Change rustbook url to passed one. + /// Replace the rustbook URL with the provided base URL. #[arg(long)] pub base_url: Option, }