From c9611b280f04f3ed344c26705de760172240d50f Mon Sep 17 00:00:00 2001 From: Hannah Suarez/hcs0 Date: Sun, 10 May 2020 00:19:00 +0200 Subject: [PATCH] README: Change --help option to -h to match micropython executable. The behaviour was changed in 83439e38fc025bda79eec0096b8cc60379757206 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dd7689644..57daebf872 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: