Skip to content

Commit d91b47c

Browse files
committed
Fix README.md
Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
1 parent 91971b2 commit d91b47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ USB mass storage device.
1919
3. Run "ums2net -c <ConfigFile>". ums2net will become a daemon in the
2020
background. For debugging please add "-d" option to avoid detach.
2121
4. Use nc to write your image to the USB Mass Storage device. For example,
22-
"nc localhost 29543 < warp7.img"
22+
"nc -N localhost 29543 < warp7.img"
2323

2424
## Config file
2525

0 commit comments

Comments
 (0)