]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/Main.hs
project renamed to "functorrent"
[functorrent.git] / src / Main.hs
index fa465de3d1b5261aceddc03c674f7e4af8515a14..14656d12689135c477c5bf60a8ffef2d0b787172 100644 (file)
@@ -20,7 +20,7 @@ exit :: IO BC.ByteString
 exit = exitWith ExitSuccess
 
 usage :: IO ()
-usage = putStrLn "usage: deluge torrent-file"
+usage = putStrLn "usage: functorrent torrent-file"
 
 parse :: [String] -> IO (BC.ByteString)
 parse [] = usage >> exit