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:
Patrick José Pereira 2021-08-26 09:04:32 -04:00 committed by Andrew Tridgell
parent 47d2021780
commit 24713326a2
1 changed files with 1 additions and 1 deletions

View File

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