Skip to content

Commit d176130

Browse files
author
Elly Jones
committed
---
yaml --- r: 6775 b: refs/heads/master c: 327af5b h: refs/heads/master i: 6773: 864b0bb 6771: 384dec6 6767: 869bcb2 v: v3
1 parent 641854b commit d176130

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8b7a41f23d421bb4d0dd0ef33be147dc5d065967
2+
refs/heads/master: 327af5b9f3cd9ec6963b3c75fec8510a23916750

trunk/src/cargo/cargo.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,10 @@ fn cmd_sync(c: cargo, argv: [str]) {
541541

542542
fn cmd_usage() {
543543
print("Usage: cargo <verb> [args...]");
544+
print(" install [source/]package-name Install by name");
545+
print(" install uuid:[source/]package-uuid Install by uuid");
546+
print(" sync Sync all sources");
547+
print(" usage This");
544548
}
545549

546550
fn main(argv: [str]) {

0 commit comments

Comments
 (0)