Skip to content

Commit 805bf89

Browse files
committed
Using longform parameters to faciliate better understanding of what might go on.
1 parent 5dad4a7 commit 805bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/LAN8651-iperf/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ PING 192.168.42.101 (192.168.42.101) 56(84) bytes of data.
3535
```
3636
Start `iperf` on your PC:
3737
```bash
38-
iperf -c 192.168.42.101 -u -b 10M
38+
iperf --client 192.168.42.101 --udp --bandwidth 10M
3939
```

0 commit comments

Comments
 (0)