about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Koptelov <alexandre.koptelov@gmail.com>2020-10-06 22:04:14 +0300
committerAlexander Koptelov <alexandre.koptelov@gmail.com>2020-10-06 22:05:11 +0300
commitdb46f43977c50f1dcbc612cd950245cad1c07fcc (patch)
tree686343c165b3a5369abeaeae34464e66b771438e /src
parent08e2d4616613716362b4b49980ff303f2b9ae654 (diff)
downloadrust-db46f43977c50f1dcbc612cd950245cad1c07fcc.tar.gz
rust-db46f43977c50f1dcbc612cd950245cad1c07fcc.zip
Add c as a shorthand check alternative for new options #77603
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs
index c1a9d4fcd23..f27d027f310 100644
--- a/src/bootstrap/flags.rs
+++ b/src/bootstrap/flags.rs
@@ -253,7 +253,7 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`",
                         `/<build_base>/rustfix_missing_coverage.txt`",
                 );
             }
-            "check" => {
+            "check" | "c" => {
                 opts.optflag("", "all-targets", "Check all targets");
             }
             "bench" => {