summaryrefslogtreecommitdiffstatshomepage
path: root/docs/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/packages.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/packages.rst b/docs/reference/packages.rst
index e47c226b24..86b8efaa19 100644
--- a/docs/reference/packages.rst
+++ b/docs/reference/packages.rst
@@ -69,9 +69,9 @@ On the Unix port, ``mip`` can be used at the REPL as above, and also by using ``
$ ./micropython -m mip install pkgname-or-url
$ ./micropython -m mip install pkgname-or-url@version
-The ``--target=path``, ``--no-mpy``, and ``--index`` arguments can be set::
+The ``--target path``, ``--no-mpy``, and ``--index`` arguments can be set::
- $ ./micropython -m mip install --target=third-party pkgname
+ $ ./micropython -m mip install --target third-party pkgname
$ ./micropython -m mip install --no-mpy pkgname
$ ./micropython -m mip install --index https://host/pi pkgname