Fix type in --mode description (#41)

Found a small typo!
This commit is contained in:
Gus Wynn 2021-02-18 17:54:29 -08:00 committed by GitHub
parent 5f21b3a062
commit 67c5d5426e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ pub struct Options {
group = "modegroup",
possible_values = &["test", "check"]
)]
/// Speicfy run mode
/// Specify run mode
pub mode: Option<String>,
/// Run code in test mode (alias to `--mode test`)