tools/mpremote: Accept both --help and help to show usage.

This commit is contained in:
Andrew Leech 2022-02-02 21:20:05 +11:00 committed by Damien George
parent 5a86d8dc42
commit b1519845f5
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ _BUILTIN_COMMAND_EXPANSIONS = {
"exec",
"import machine; machine.RTC().datetime((2020, 1, 1, 0, 10, 0, 0, 0))",
],
"--help": "help",
}
for port_num in range(4):