We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91971b2 commit d91b47cCopy full SHA for d91b47c
1 file changed
README.md
@@ -19,7 +19,7 @@ USB mass storage device.
19
3. Run "ums2net -c <ConfigFile>". ums2net will become a daemon in the
20
background. For debugging please add "-d" option to avoid detach.
21
4. Use nc to write your image to the USB Mass Storage device. For example,
22
- "nc localhost 29543 < warp7.img"
+ "nc -N localhost 29543 < warp7.img"
23
24
## Config file
25
0 commit comments