Skip to content

Commit

Permalink
cargo: flesh out usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Elly Jones committed Dec 17, 2011
1 parent 8b7a41f commit 327af5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cargo/cargo.rs
Expand Up @@ -541,6 +541,10 @@ fn cmd_sync(c: cargo, argv: [str]) {

fn cmd_usage() {
print("Usage: cargo <verb> [args...]");
print(" install [source/]package-name Install by name");
print(" install uuid:[source/]package-uuid Install by uuid");
print(" sync Sync all sources");
print(" usage This");
}

fn main(argv: [str]) {
Expand Down

0 comments on commit 327af5b

Please sign in to comment.