Skip to content

Commit

Permalink
changed fusion.corsis.eu link label to read 'See usage'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cetin Sert committed Aug 18, 2012
1 parent b14a07f commit 217b5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ main :: IO ()
main = withSocketsDo $! tryWith (const . print $! LS "INVALID SYNTAX") $! do
mapM_ B.putStrLn [ "\n", name, copyright, "", build, "\n" ]
tasks <- parse <$> getArgs
when (null tasks) $! mapM_ B.putStrLn [ " Documentation: http://fusion.corsis.eu", "",""]
when (null tasks) $! mapM_ B.putStrLn [ " See usage: http://fusion.corsis.eu", "",""]
unless (null tasks) $! do
when zeroCopy $! print (LS "zeroCopy" , zeroCopy )
when (numCapabilities > 1) $! print (LS "numCapabilities", numCapabilities)
Expand Down

0 comments on commit 217b5b1

Please sign in to comment.