summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/mpremote/mpremote/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mpremote/mpremote/main.py b/tools/mpremote/mpremote/main.py
index 5655bffbf..99e7bcd9b 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)