Skip to content

Commit 9ed2435

Browse files
committed
---
yaml --- r: 98034 b: refs/heads/master c: dc21ca9 h: refs/heads/master v: v3
1 parent e4d8a62 commit 9ed2435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e01abfe432be4bba7a41f7fe1af6656930e19271
2+
refs/heads/master: dc21ca98331f181fabefe25f31464ff920f805fd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/src/librustpkg/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ impl CtxMethods for BuildContext {
384384
}
385385
PreferCmd => {
386386
if args.len() < 1 {
387-
return usage::uninstall();
387+
return usage::prefer();
388388
}
389389

390390
self.prefer(args[0], None);

0 commit comments

Comments
 (0)