Skip to content
Snippets Groups Projects
Commit c9611b28 authored by Hannah Suarez/hcs0's avatar Hannah Suarez/hcs0 Committed by Damien George
Browse files

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

The behaviour was changed in 83439e38
parent 3b6c9119
Branches
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ Use `CTRL-D` (i.e. EOF) to exit the shell. ...@@ -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 Learn about command-line options (in particular, how to increase heap size
which may be needed for larger applications): which may be needed for larger applications):
$ ./micropython --help $ ./micropython -h
Run complete testsuite: Run complete testsuite:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment