about summary refs log tree commit diff
path: root/src/libtest/cli.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-06-10 01:06:34 +0200
committerGitHub <noreply@github.com>2020-06-10 01:06:34 +0200
commit8a0e6e93353b860f0c418baa8df91b30f8ec3058 (patch)
treea31a050a246d48cbd1e27fa8601da824cd80ef9c /src/libtest/cli.rs
parent80d60cc25e0cab2343e00ac427cd0e73ab0ceae2 (diff)
parentfd483c86db58b0407ce00c37e30659c7a230b0a6 (diff)
Rollup merge of #73149 - cuviper:awailable, r=steveklabnik
typo: awailable -> available
Diffstat (limited to 'src/libtest/cli.rs')
-rw-r--r--src/libtest/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/cli.rs b/src/libtest/cli.rs
index 0cec8050c27..97a659f22d7 100644
--- a/src/libtest/cli.rs
+++ b/src/libtest/cli.rs
@@ -115,7 +115,7 @@ fn optgroups() -> getopts::Options {
         .optflagopt(
             "",
             "report-time",
-            "Show execution time of each test. Awailable values:
+            "Show execution time of each test. Available values:
             plain   = do not colorize the execution time (default);
             colored = colorize output according to the `color` parameter value;