We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7d329 commit 720d773Copy full SHA for 720d773
lib/mix/lib/mix/local/installer.ex
@@ -317,7 +317,7 @@ defmodule Mix.Local.Installer do
317
else
318
Mix.raise(
319
"No argument was given to uninstall command. " <>
320
- " Use \"mix archive.uninstall PATH\" or run \"mix help archive.uninstall\" for more information"
+ " Use \"mix #{listing}.uninstall PATH\" or run \"mix help #{listing}.uninstall\" for more information"
321
)
322
end
323
0 commit comments