Skip to content

Commit 0e490b7

Browse files
honza-kludpgeorge
authored andcommitted
docs/reference/packages: Fix description of --target option in mip.
Descripton of mip usage with micropython port suggest using it like this: ./micropython -m mip install --target=third-party pkgname But it should be called without equal sign: ./micropython -m mip install --target third-party pkgname Signed-off-by: honza.klu@gmail.com
1 parent 787c424 commit 0e490b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/packages.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ On the Unix port, ``mip`` can be used at the REPL as above, and also by using ``
6969
$ ./micropython -m mip install pkgname-or-url
7070
$ ./micropython -m mip install pkgname-or-url@version
7171

72-
The ``--target=path``, ``--no-mpy``, and ``--index`` arguments can be set::
72+
The ``--target path``, ``--no-mpy``, and ``--index`` arguments can be set::
7373

74-
$ ./micropython -m mip install --target=third-party pkgname
74+
$ ./micropython -m mip install --target third-party pkgname
7575
$ ./micropython -m mip install --no-mpy pkgname
7676
$ ./micropython -m mip install --index https://host/pi pkgname
7777

0 commit comments

Comments
 (0)