Skip to content

Commit

Permalink
Update help.go
Browse files Browse the repository at this point in the history
  • Loading branch information
arimal199 authored Sep 1, 2023
1 parent 8710e00 commit 9e695ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ func generateUsageFunction(ac *Config) func() {

// Prepare and/or output a message, depending on if QUIC support is compiled in or not
if quicEnabled {
quicUsageOrMessage = " -u Serve over QUIC / HTTP3."
quicUsageOrMessage = "\n -u Serve over QUIC / HTTP3."
quicExample = "\n Serve the current dir over QUIC, port 7000, no banner:\n algernon -s -u -n . :7000\n"
} else {
quicFinalMessage = "\n\nThis Algernon executable was built without QUIC support."
Expand Down

0 comments on commit 9e695ad

Please sign in to comment.