update comment

This commit is contained in:
manmen-mi 2026-05-26 09:56:33 +09:00
parent 23f490d41c
commit 7be43b1463

View File

@ -26,7 +26,7 @@ pub struct Args {
/// Only use this if Rustlings fails to detect exercise file changes /// Only use this if Rustlings fails to detect exercise file changes
#[arg(long)] #[arg(long)]
pub manual_run: bool, pub manual_run: bool,
/// Change rustbook url to passed one. /// Replace the rustbook URL with the provided base URL.
#[arg(long)] #[arg(long)]
pub base_url: Option<String>, pub base_url: Option<String>,
} }