Skip to content

Commit de68eb0

Browse files
authored
Merge pull request #542 from rust-osdev/bishop-fix-help-text
Fix `cargo xtask test` help text
2 parents 69b4771 + 30c506a commit de68eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/opt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub struct QemuOpt {
126126
pub example: Option<String>,
127127
}
128128

129-
/// Build uefi-test-runner and run it in QEMU.
129+
/// Run unit tests and doctests on the host.
130130
#[derive(Debug, Parser)]
131131
pub struct TestOpt;
132132

0 commit comments

Comments
 (0)