diff options
author | Brianna Laugher <brianna.laugher@planetinnovation.com.au> | 2021-02-12 22:15:43 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-02-13 14:37:28 +1100 |
commit | d128999938d6b44f52f4d0c6e1f5169ab3c1e7a5 (patch) | |
tree | 69cd44fe79c88f7a7ed5eca857866a77d1411a48 /docs/reference/pyboard.py.rst | |
parent | 701fdcacafe017c88c8cf18f64d8c26f25987e97 (diff) |
tools: Add filesystem action examples to pyboard.py help.
Signed-off-by: Brianna Laugher <brianna.laugher@gmail.com>
Diffstat (limited to 'docs/reference/pyboard.py.rst')
-rw-r--r-- | docs/reference/pyboard.py.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/pyboard.py.rst b/docs/reference/pyboard.py.rst index 30230eebc..4fedbb7aa 100644 --- a/docs/reference/pyboard.py.rst +++ b/docs/reference/pyboard.py.rst @@ -48,7 +48,9 @@ Running ``pyboard.py --help`` gives the following output: available --follow follow the output after running the scripts [default if no scripts given] - -f, --filesystem perform a filesystem action + -f, --filesystem perform a filesystem action: cp local :device | cp + :device local | cat path | ls [path] | rm path | mkdir + path | rmdir path Running a command on the device ------------------------------- |