We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d83886 commit 3d53b39Copy full SHA for 3d53b39
docs/reference/pyboard.py.rst
@@ -120,9 +120,8 @@ Some more examples::
120
# Same, but using . instead.
121
$ pyboard.py --device /dev/ttyACM0 -f cp :main.py .
122
123
- # Copy three files to the device, keeping their names
124
- # and paths (note: `lib` must exist on the device)
125
- $ 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 :
126
127
# Remove a file from the device.
128
$ pyboard.py --device /dev/ttyACM0 -f rm util.py
0 commit comments