Skip to content

Commit

Permalink
Fix typo in --tls-cert command line option
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Bogicevic <[email protected]>
  • Loading branch information
ch1bo and v0d1ch authored Aug 13, 2024
1 parent e92d2f8 commit 7d01ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/src/Hydra/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ tlsKeyPathParser =
( long "tls-key"
<> metavar "FILE"
<> help
"Path to the TLS key. If this and --tls-chain are \
"Path to the TLS key. If this and --tls-cert are \
\set, the API server will expect TLS connections (WSS/HTTPS)."
)

Expand Down

0 comments on commit 7d01ffe

Please sign in to comment.