Tools: Separate words with spaces in a help message

This commit is contained in:
Boreas Wind 2019-03-03 18:43:10 -05:00 committed by Randy Mackay
parent 7b3e8afd4c
commit bef6a01682

View File

@ -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")