diff --git a/tools/mpremote/mpremote/main.py b/tools/mpremote/mpremote/main.py index 5655bffbf3..99e7bcd9bc 100644 --- a/tools/mpremote/mpremote/main.py +++ b/tools/mpremote/mpremote/main.py @@ -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)