We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae98ba commit 52e3347Copy full SHA for 52e3347
1 file changed
src/main.rs
@@ -140,13 +140,6 @@ async fn main() {
140
.about("Private front-end for Reddit written in Rust ")
141
.arg(Arg::new("ipv4-only").short('4').long("ipv4-only").help("Listen on IPv4 only").num_args(0))
142
.arg(Arg::new("ipv6-only").short('6').long("ipv6-only").help("Listen on IPv6 only").num_args(0))
143
- .arg(
144
- Arg::new("redirect-https")
145
- .short('r')
146
- .long("redirect-https")
147
- .help("Redirect all HTTP requests to HTTPS (no longer functional)")
148
- .num_args(0),
149
- )
150
.arg(
151
Arg::new("address")
152
.short('a')
0 commit comments