Update location_simulation.rs

This commit is contained in:
CelloSerenity
2025-05-28 22:31:21 -06:00
committed by GitHub
parent 3025c797a3
commit 747e76621f

View File

@@ -49,7 +49,7 @@ async fn main() {
.get_matches();
if matches.get_flag("about") {
println!("simulate_location - Sets the simlulated location on an iOS device");
println!("simulate_location - Sets the simulated location on an iOS device");
println!("Copyright (c) 2025 Jackson Coxson");
return;
}