There was an error while loading. Please reload this page.
1 parent 3d34949 commit 9860f36Copy full SHA for 9860f36
1 file changed
src/Stack/Options.hs
@@ -196,7 +196,7 @@ cleanOptsParser = CleanTargets <$> packages <|> doFullClean
196
flag'
197
CleanFull
198
(long "full" <>
199
- help "Remove whole the work dir, default is .stack-work")
+ help "Delete all work directories (.stack-work by default) in the project")
200
201
-- | Command-line arguments parser for configuration.
202
configOptsParser :: GlobalOptsContext -> Parser ConfigMonoid
0 commit comments