Skip to content

Commit

Permalink
Merge pull request jgm#267 from andyring/master
Browse files Browse the repository at this point in the history
Listen interface explanation on help file could be more clear (jgm#266)
  • Loading branch information
jgm committed Jul 27, 2011
2 parents f7af96c + b2a1300 commit 1758546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitit.hs
Expand Up @@ -110,7 +110,7 @@ flags =
, Option ['p'] ["port"] (ReqArg (Port . read) "PORT")
"Specify port"
, Option ['l'] ["listen"] (ReqArg (Listen . checkListen) "INTERFACE")
"Specify interface to listen on"
"Specify IP address to listen on"
, Option [] ["print-default-config"] (NoArg PrintDefaultConfig)
"Print default configuration"
, Option [] ["debug"] (NoArg Debug)
Expand Down

0 comments on commit 1758546

Please sign in to comment.