We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197768d commit 8fe901cCopy full SHA for 8fe901c
src/Stack/Uninstall.hs
@@ -77,7 +77,7 @@ uninstallCmd () = withConfig NoReexec $ do
77
[ flow "(1) the tool's subdirectory;"
78
]
79
, hang 4 $ fillSep
80
- [ flow "(2) the tool's archive file"
+ [ flow "(2) if present, the tool's archive file"
81
, parens (style File "<tool>.tar.xz") <> "; and"
82
83
0 commit comments