From 6ee3bec1e7d0c3cb6df494b40312f1ef4c47b81a Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 26 Sep 2023 10:57:09 +0200 Subject: [PATCH] fix: doc hyperlink --- crates/index/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/index/src/main.rs b/crates/index/src/main.rs index de252713..265c9774 100644 --- a/crates/index/src/main.rs +++ b/crates/index/src/main.rs @@ -20,7 +20,7 @@ use rip::writer::{global_multi_progress, IndicatifWriter}; #[derive(Parser)] #[command(author, version, about, long_about = None)] struct Args { - /// Base URL of the Python Package Index (default https://pypi.org/simple). This should point + /// Base URL of the Python Package Index (default ). This should point /// to a repository compliant with PEP 503 (the simple repository API). #[clap(default_value = "https://pypi.org/simple/", long)] index_url: Url,