diff options
Diffstat (limited to 'docs/reference/pyboard.py.rst')
-rw-r--r-- | docs/reference/pyboard.py.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/reference/pyboard.py.rst b/docs/reference/pyboard.py.rst index a06ffdcd8f..13fc6b7a7a 100644 --- a/docs/reference/pyboard.py.rst +++ b/docs/reference/pyboard.py.rst @@ -120,9 +120,8 @@ Some more examples:: # Same, but using . instead. $ pyboard.py --device /dev/ttyACM0 -f cp :main.py . - # Copy three files to the device, keeping their names - # and paths (note: `lib` must exist on the device) - $ pyboard.py --device /dev/ttyACM0 -f cp main.py app.py lib/foo.py : + # Copy three files to the device, keeping their names. + $ pyboard.py --device /dev/ttyACM0 -f cp main.py app.py foo.py : # Remove a file from the device. $ pyboard.py --device /dev/ttyACM0 -f rm util.py |