Skip to content

Commit

Permalink
chore: fix typo (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras authored Oct 5, 2023
1 parent 154e842 commit 241329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ mod interface {
pub struct SkipTargetsInstall {
#[structopt(
long = "skip-targets-install",
help = "Skip installing andriod/ios targets for rust through rustup "
help = "Skip installing android/ios targets for rust through rustup "
)]
pub skip_targets_install: bool,
}
Expand Down

0 comments on commit 241329a

Please sign in to comment.