Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Docs and spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Sep 15, 2010
1 parent ec90955 commit 6a3e613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/Scion/Server/Options.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP, DeriveDataTypeable #-}
-- | Command line options for the @scion-server@ binary.
module Scion.Server.Options
( ProxyMode(..), WireFormat(..),
parseArgs
Expand Down Expand Up @@ -32,7 +33,7 @@ data WireFormat
deriving (Eq, Show, Data, Typeable)

defaultPort :: Int
defaultPort = 4040 -- unassigned according to wikipedia
defaultPort = 4040 -- unassigned according to Wikipedia

stdioMode =
mode $ StdIO
Expand Down

0 comments on commit 6a3e613

Please sign in to comment.