10000 tools/mpremote: Accept both --help and help to show usage. · iabdalkader/micropython@b151984 · GitHub
[go: up one dir, main page]

Skip to content

Commit b151984

Browse files
pi-anldpgeorge
authored andcommitted
tools/mpremote: Accept both --help and help to show usage.
1 parent 5a86d8d commit b151984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/mpremote/mpremote/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"exec",
9797
"import machine; machine.RTC().datetime((2020, 1, 1, 0, 10, 0, 0, 0))",
9898
],
99+
"--help": "help",
99100
}
100101

101102
for port_num in range(4):

0 commit comments

Comments
 (0)
0