From 42fda12b45d9d19c22753a3547ec930fde9ba84b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 2 Feb 2019 14:49:43 +1100 Subject: [PATCH] Tools: added help for -l option to sim_vehicle.py --- Tools/autotest/sim_vehicle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/sim_vehicle.py b/Tools/autotest/sim_vehicle.py index a6286d6fa9..941b2e14c6 100755 --- a/Tools/autotest/sim_vehicle.py +++ b/Tools/autotest/sim_vehicle.py @@ -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',