From 7d01ffeeb931b3e584cae4747ad354fedb75aef2 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Tue, 13 Aug 2024 08:32:01 +0200 Subject: [PATCH] Fix typo in --tls-cert command line option Co-authored-by: Sasha Bogicevic --- hydra-node/src/Hydra/Options.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-node/src/Hydra/Options.hs b/hydra-node/src/Hydra/Options.hs index ed54ef2fe09..4ed8c49e7be 100644 --- a/hydra-node/src/Hydra/Options.hs +++ b/hydra-node/src/Hydra/Options.hs @@ -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)." )