tools/mpremote: Add link to mpremote docs URL in help message.

Signed-off-by: Damien George <damien@micropython.org>
pull/8105/head
Damien George 2021-12-29 23:35:24 +11:00
rodzic 74e995dfd2
commit 028776d97b
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -418,6 +418,8 @@ def print_help():
print(" ", cmd, " " * (max_command_len - len(cmd) + 2), help_message, sep="")
print(_PROG, "-- MicroPython remote control")
print("See https://docs.micropython.org/en/latest/reference/mpremote.html")
print("\nList of commands:")
print_commands_help(_COMMANDS, 3)