X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2FMain.hs;h=14656d12689135c477c5bf60a8ffef2d0b787172;hb=1118631884716cd367f5556c24fda5dfa0a1e1b4;hp=fa465de3d1b5261aceddc03c674f7e4af8515a14;hpb=8d0ba8be694f46c7b78cece0ecca4d17faa94cb6;p=functorrent.git diff --git a/src/Main.hs b/src/Main.hs index fa465de..14656d1 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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