Skip to content

Commit 9860f36

Browse files
committed
Improve "stack clean --full" help message
1 parent 3d34949 commit 9860f36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stack/Options.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ cleanOptsParser = CleanTargets <$> packages <|> doFullClean
196196
flag'
197197
CleanFull
198198
(long "full" <>
199-
help "Remove whole the work dir, default is .stack-work")
199+
help "Delete all work directories (.stack-work by default) in the project")
200200

201201
-- | Command-line arguments parser for configuration.
202202
configOptsParser :: GlobalOptsContext -> Parser ConfigMonoid

0 commit comments

Comments
 (0)