diff options
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, |
