Tools: added help for -l option to sim_vehicle.py

This commit is contained in:
Andrew Tridgell 2019-02-02 14:49:43 +11:00
parent c3e11fd34d
commit 42fda12b45

View File

@ -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',