diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-08-21 20:55:41 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-08-21 20:55:41 +0200 |
commit | 2feb1e21f749b9759dff813679f3242e7bc0dfd9 (patch) | |
tree | d46abb065c37d70e7a53654cacf3d436a4b81826 | |
parent | 9f6b9c53ccf1c0d3bb6d3aa4e183da9936d8e9ec (diff) |
typo
-rw-r--r-- | CabalHelper/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs index a48c2bc..96262a5 100644 --- a/CabalHelper/Main.hs +++ b/CabalHelper/Main.hs @@ -120,7 +120,7 @@ usage = do ++" ) ...\n" commands :: [String] -commands = [ "print-bli" +commands = [ "print-lbi" , "package-id" , "flags" , "config-flags" |