diff options
author | Hannah Suarez/hcs0 <azure@suarez.id.au> | 2020-05-10 00:19:00 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-05-11 21:57:38 +1000 |
commit | c9611b280f04f3ed344c26705de760172240d50f (patch) | |
tree | 06688c3bed77a766dae676e5a10ce458aaaec638 | |
parent | 3b6c9119eb3593d9a3af8474d7186541f08d849e (diff) |
README: Change --help option to -h to match micropython executable.
The behaviour was changed in 83439e38fc025bda79eec0096b8cc60379757206
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |