Skip to content

Commit 720d773

Browse files
Fix help message for local archive/escript tasks (#14857)
Follow up to #14853.
1 parent cf7d329 commit 720d773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/local/installer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ defmodule Mix.Local.Installer do
317317
else
318318
Mix.raise(
319319
"No argument was given to uninstall command. " <>
320-
" Use \"mix archive.uninstall PATH\" or run \"mix help archive.uninstall\" for more information"
320+
" Use \"mix #{listing}.uninstall PATH\" or run \"mix help #{listing}.uninstall\" for more information"
321321
)
322322
end
323323
end

0 commit comments

Comments
 (0)