From 30c506a059c47e963090fe4896d31dfa77e95d59 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Tue, 1 Nov 2022 00:06:56 -0400 Subject: [PATCH] Fix `cargo xtask test` help text --- xtask/src/opt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/opt.rs b/xtask/src/opt.rs index 4567d42bd..faa4da2d9 100644 --- a/xtask/src/opt.rs +++ b/xtask/src/opt.rs @@ -126,7 +126,7 @@ pub struct QemuOpt { pub example: Option, } -/// Build uefi-test-runner and run it in QEMU. +/// Run unit tests and doctests on the host. #[derive(Debug, Parser)] pub struct TestOpt;