Skip to content

Commit c9611b2

Browse files
hcs0dpgeorge
authored andcommitted
README: Change --help option to -h to match micropython executable.
The behaviour was changed in 83439e3
1 parent 3b6c911 commit c9611b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Use `CTRL-D` (i.e. EOF) to exit the shell.
9999
Learn about command-line options (in particular, how to increase heap size
100100
which may be needed for larger applications):
101101

102-
$ ./micropython --help
102+
$ ./micropython -h
103103

104104
Run complete testsuite:
105105

0 commit comments

Comments
 (0)