diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:32:31 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:32:31 +0300 |
| commit | 4030a202f8f2eeb20d0ecb547a9d656a8e2821c5 (patch) | |
| tree | 3fc78ce44f3c4dc748e0d4e27418262f3e42a1b3 /src/main.rs | |
| parent | b157e34176858766738be7e6903cc188285a5aeb (diff) | |
Fixed logical issue in --http repo url
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
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, |
