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 e4d8a62 commit 9ed2435Copy full SHA for 9ed2435
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: e01abfe432be4bba7a41f7fe1af6656930e19271
+refs/heads/master: dc21ca98331f181fabefe25f31464ff920f805fd
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
5
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
trunk/src/librustpkg/lib.rs
@@ -384,7 +384,7 @@ impl CtxMethods for BuildContext {
384
}
385
PreferCmd => {
386
if args.len() < 1 {
387
- return usage::uninstall();
+ return usage::prefer();
388
389
390
self.prefer(args[0], None);
0 commit comments