From 0cf6b613d1d1086e437098207e6790b99b5a9220 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 4 Apr 2012 18:40:41 -0700 Subject: [PATCH] Mention --test in cargo usage string. Close #1452. --- src/cargo/cargo.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cargo/cargo.rs b/src/cargo/cargo.rs index 0f7e76ef776..aa8aa706778 100644 --- a/src/cargo/cargo.rs +++ b/src/cargo/cargo.rs @@ -872,6 +872,7 @@ Options: cargo install --mode=[system,user,local] change mode as (system/user/local) + --test run crate tests before installing -g equivalent to --mode=user -G equivalent to --mode=system