diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index d8427326e7a..454e84e6b21 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -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::(false); println!("Options (for all commands):\n\n{}", options);