Skip to content

Commit 8fe901c

Browse files
committed
Update stack uninstall advice
1 parent 197768d commit 8fe901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Uninstall.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ uninstallCmd () = withConfig NoReexec $ do
7777
[ flow "(1) the tool's subdirectory;"
7878
]
7979
, hang 4 $ fillSep
80-
[ flow "(2) the tool's archive file"
80+
[ flow "(2) if present, the tool's archive file"
8181
, parens (style File "<tool>.tar.xz") <> "; and"
8282
]
8383
, hang 4 $ fillSep

0 commit comments

Comments
 (0)