diff --git a/src/PaymentServer/Main.hs b/src/PaymentServer/Main.hs
index ca5bb8094a23bbad3f91985fb968f161c35a2b1a..93ea9eef8a4a2d53e691ea81cef3328e0d24ad7d 100644
--- a/src/PaymentServer/Main.hs
+++ b/src/PaymentServer/Main.hs
@@ -165,7 +165,7 @@ sample = ServerConfig
   <*> (http <|> https)
   <*> option str
   ( long "stripe-key"
-    <> help "Stripe API key" )
+    <> help "Stripe Secret key" )
 
 opts :: ParserInfo ServerConfig
 opts = info (sample <**> helper)