diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2020-05-02 16:43:12 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2020-05-02 17:25:59 +0200 |
commit | e3373c02994196c3fd5143eb60da9df12b0887ef (patch) | |
tree | a950f3fb8d270c47cea257903287e1436be5a175 /src/CabalHelper | |
parent | 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3 (diff) |
Fix helper usage message
Diffstat (limited to 'src/CabalHelper')
-rw-r--r-- | src/CabalHelper/Runtime/HelperMain.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Runtime/HelperMain.hs b/src/CabalHelper/Runtime/HelperMain.hs index 95168ec..12271bb 100644 --- a/src/CabalHelper/Runtime/HelperMain.hs +++ b/src/CabalHelper/Runtime/HelperMain.hs @@ -221,7 +221,7 @@ usage = do hPutStr stderr $ "Usage: " ++ prog ++ " " ++ usageMsg where usageMsg = "" - ++"PROJ_DIR DIST_DIR (v1|v2)\n" + ++"CABAL_FILE DIST_DIR (v1|v2)\n" ++" ( version\n" ++" | flags\n" ++" | config-flags\n" |