about summary refs log tree commit diff
path: root/src/GopherProxy/Params.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GopherProxy/Params.hs')
-rw-r--r--src/GopherProxy/Params.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GopherProxy/Params.hs b/src/GopherProxy/Params.hs
index 25dca1d..72a6991 100644
--- a/src/GopherProxy/Params.hs
+++ b/src/GopherProxy/Params.hs
@@ -65,7 +65,7 @@ params = Params
   <*> optionalWithDefault defaultMimeType (option auto
     (long "default-mime-type"
     <> metavar "MIMETYPE"
-    <> help "spacecookie uses this mimetype, if it can't guess the type, defaults to application/octet-stream"))
+    <> help "gopher-proxy uses this mimetype, if it can't guess the type, defaults to application/octet-stream"))
   <*> optionalWithDefault 10000000 (option auto
     (long "timeout"
     <> metavar "MILLISECONDS"