mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
Tools: Separate words with spaces in a help message
This commit is contained in:
parent
7b3e8afd4c
commit
bef6a01682
@ -732,9 +732,9 @@ def generate_frame_help():
|
||||
parser = CompatOptionParser(
|
||||
"sim_vehicle.py",
|
||||
epilog=""
|
||||
"eeprom.bin in the starting directory contains the parameters for your"
|
||||
"eeprom.bin in the starting directory contains the parameters for your "
|
||||
"simulated vehicle. Always start from the same directory. It is "
|
||||
"recommended that you start in the main vehicle directory for the vehicle"
|
||||
"recommended that you start in the main vehicle directory for the vehicle "
|
||||
"you are simulating, for example, start in the ArduPlane directory to "
|
||||
"simulate ArduPlane")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user