summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-01 14:32:31 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-01 14:32:31 +0300
commit4030a202f8f2eeb20d0ecb547a9d656a8e2821c5 (patch)
tree3fc78ce44f3c4dc748e0d4e27418262f3e42a1b3 /src/main.rs
parentb157e34176858766738be7e6903cc188285a5aeb (diff)
Fixed logical issue in --http repo url
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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,