summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah Suarez/hcs0 <azure@suarez.id.au>2020-05-10 00:19:00 +0200
committerDamien George <damien.p.george@gmail.com>2020-05-11 21:57:38 +1000
commitc9611b280f04f3ed344c26705de760172240d50f (patch)
tree06688c3bed77a766dae676e5a10ce458aaaec638
parent3b6c9119eb3593d9a3af8474d7186541f08d849e (diff)
README: Change --help option to -h to match micropython executable.
The behaviour was changed in 83439e38fc025bda79eec0096b8cc60379757206
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8dd768964..57daebf87 100644
--- a/README.md
+++ b/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: