Skip to content

Commit

Permalink
If termshark won't run, point the user to a termshark FAQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Dec 8, 2019
1 parent 719d84e commit 3a9c078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/termshark/termshark.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ func cmain() int {
fmt.Fprintf(os.Stderr, "You might need: sudo setcap cap_net_raw,cap_net_admin+eip %s\n", termshark.DumpcapBin())
fmt.Fprintf(os.Stderr, "Or try running with sudo or as root.\n")
}
fmt.Fprintf(os.Stderr, "See https://wiki.wireshark.org/CaptureSetup/CapturePrivileges for more info.\n")
fmt.Fprintf(os.Stderr, "See https://termshark.io/no-root for more info.\n")
}
}()

Expand Down

0 comments on commit 3a9c078

Please sign in to comment.