mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: added help for -l option to sim_vehicle.py
This commit is contained in:
parent
c3e11fd34d
commit
42fda12b45
@ -851,7 +851,7 @@ group_sim.add_option("-L", "--location", type='string',
|
||||
group_sim.add_option("-l", "--custom-location",
|
||||
type='string',
|
||||
default=None,
|
||||
help="set custom start location")
|
||||
help="set custom start location (lat,lon,alt,heading)")
|
||||
group_sim.add_option("-S", "--speedup",
|
||||
default=1,
|
||||
type='int',
|
||||
|
Loading…
Reference in New Issue
Block a user