Browse Source

README: Change --help option to -h to match micropython executable.

The behaviour was changed in 83439e38fc
pull/6039/head
Hannah Suarez/hcs0 5 years ago
committed by Damien George
parent
commit
c9611b280f
  1. 2
      README.md

2
README.md

@ -99,7 +99,7 @@ Use `CTRL-D` (i.e. EOF) to exit the shell.
Learn about command-line options (in particular, how to increase heap size
which may be needed for larger applications):
$ ./micropython --help
$ ./micropython -h
Run complete testsuite:

Loading…
Cancel
Save