mirror of https://github.com/ArduPilot/ardupilot
Tools: scripts: Improve help text to make it clear which format is accepted
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
47d2021780
commit
24713326a2
|
@ -233,7 +233,7 @@ if __name__ == "__main__":
|
|||
"-f",
|
||||
dest="file",
|
||||
required=True,
|
||||
help="File that contains a valid ardupilot firmware.",
|
||||
help="File that contains a valid ardupilot firmware in ELF format.",
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Reference in New Issue