"rustpkg prefer" should print the help for '"prefer" not "uninstall"
This commit is contained in:
parent
e01abfe432
commit
dc21ca9833
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ impl CtxMethods for BuildContext {
|
|||
}
|
||||
PreferCmd => {
|
||||
if args.len() < 1 {
|
||||
return usage::uninstall();
|
||||
return usage::prefer();
|
||||
}
|
||||
|
||||
self.prefer(args[0], None);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue