Skip to content

Commit ff0f04b

Browse files
authored
docs(bug_report): correct tcpdump cmd
1 parent 40817c6 commit ff0f04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ Start with the `--debug` option and attach logs to the issue:
3434
(attach here)
3535

3636
**Network Dump:**
37-
Example: `sudo tcpdump -i any udp port 5353 -w mdns_capture.pcap`
38-
(attach here: `/tmp/dump.pcap`)
37+
Example: `sudo tcpdump -i any udp port 5353 -w /tmp/mdns_capture.pcap`
38+
(attach here: `/tmp/mdns_capture.pcap`)

0 commit comments

Comments
 (0)