Skip to content

Commit

Permalink
auto merge of rust-lang#75 : samebchase/cargo/add-help-for-test, r=al…
Browse files Browse the repository at this point in the history
…excrichton
  • Loading branch information
bors committed Jun 28, 2014
2 parents 5f653e9 + b221be3 commit 9288b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ fn execute() {
},
"--help" | "-h" | "help" | "-?" => {
println!("Commands:");
println!(" build # compile the current project\n");
println!(" build # compile the current project");
println!(" test # run the tests\n");

let (_, options) = hammer::usage::<GlobalFlags>(false);
println!("Options (for all commands):\n\n{}", options);
Expand Down

0 comments on commit 9288b6e

Please sign in to comment.