From 4030a202f8f2eeb20d0ecb547a9d656a8e2821c5 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Mon, 1 Dec 2025 14:32:31 +0300 Subject: Fixed logical issue in --http repo url --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 7010d0b..2cff8d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -57,7 +57,7 @@ struct RemoteInstallArgs { #[arg(help = "Install binary package")] bin: bool, - #[arg(short = 'h', long = "http")] + #[arg(short = 't', long = "http")] #[arg(help = "Use non-i2p mirror")] http: bool, -- cgit v1.2.3