Commit 027c2e14 authored by Philipp Meyer's avatar Philipp Meyer
Browse files

Rewrite usage info in help

parent 26427ced
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -157,4 +157,5 @@ parseArgs = do
            (_, _, errs) -> return $ Left $ concat errs

usageInformation :: String
usageInformation = usageInfo "Peregrine" options
usageInformation =
        usageInfo ("Usage: peregrine [OPTIONS] FILE\n") options