From d128999938d6b44f52f4d0c6e1f5169ab3c1e7a5 Mon Sep 17 00:00:00 2001 From: Brianna Laugher Date: Fri, 12 Feb 2021 22:15:43 +1100 Subject: tools: Add filesystem action examples to pyboard.py help. Signed-off-by: Brianna Laugher --- docs/reference/pyboard.py.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/reference') 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 ------------------------------- -- cgit v1.2.3