We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8a4cdc + 58cb667 commit 702e2b0Copy full SHA for 702e2b0
src/Stack2Cabal/Config.hs
@@ -40,7 +40,7 @@ configP = Config <$> option auto
40
configInfo :: ParserInfo Config
41
configInfo = info (configP <**> helper)
42
( fullDesc
43
- <> progDesc "Creates a configuration suitable for cabal new-build for the stack project in PROJECTFOLDER."
+ <> progDesc "Creates a configuration suitable for cabal new-build from the stack project in PROJECTFOLDER."
44
<> header "stack2cabal - configures a stack project for cabal new-build"
45
)
46
0 commit comments