diff options
Diffstat (limited to 'docs/unix/quickref.rst')
-rw-r--r-- | docs/unix/quickref.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/unix/quickref.rst b/docs/unix/quickref.rst index ea0e6865c..a5180fa6c 100644 --- a/docs/unix/quickref.rst +++ b/docs/unix/quickref.rst @@ -8,7 +8,7 @@ Command line options Usage:: - micropython [ -i ] [ -O<level> ] [ -v ] [ -X <option> ] [ -c <command> | -m <module> | <script> ] [ <args> ] + micropython [ -h ] [ -i ] [ -O<level> ] [ -v ] [ -X <option> ] [ -c <command> | -m <module> | <script> ] [ <args> ] Invocation options: @@ -38,6 +38,10 @@ interactive REPL mode. General options: +.. option:: -h + + Prints a help message containing the command line usage and exits. + .. option:: -i Enables inspection. When this flag is set, MicroPython will enter the |