Merge pull request #10 from CelloSerenity/master

Update location_simulation.rs
This commit is contained in:
Jackson Coxson
2025-05-28 22:55:04 -06:00
committed by GitHub

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;
}