You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/main.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ fn main() {
212
212
.long("base-url")
213
213
.default_value("/")
214
214
.takes_value(true)
215
-
.help("Base URL to prepend in directory indexes. For reverse proxying. This prefix is supposed to be pre-stripped when reaching simple-http-server."))
215
+
.help("Base URL to prepend in directory indexes. For reverse proxying. This prefix is supposed to be pre-stripped when reaching simpler-http-server."))
216
216
.get_matches();
217
217
218
218
let root = matches
@@ -382,7 +382,7 @@ fn main() {
382
382
let rv = if cert.is_some(){
383
383
printer
384
384
.println_err(
385
-
"{}: TLS support is not enabled during compilation of simple-http-server",
385
+
"{}: TLS support is not enabled during compilation of simpler-http-server",
0 commit comments