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",
|
"-f",
|
||||||
dest="file",
|
dest="file",
|
||||||
required=True,
|
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()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user