mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-16 16:55:54 +00:00
ss: replace bfp with bpf in usage().
This patch fixes usage() of misc/ss.c to use bpf instead of bfp. Signed-off-by: Rami Rosen <ramirose@gmail.com>
This commit is contained in:
parent
92deabcf29
commit
b0f01cf60e
@ -2926,7 +2926,7 @@ static void _usage(FILE *dest)
|
|||||||
" -p, --processes show process using socket\n"
|
" -p, --processes show process using socket\n"
|
||||||
" -i, --info show internal TCP information\n"
|
" -i, --info show internal TCP information\n"
|
||||||
" -s, --summary show socket usage summary\n"
|
" -s, --summary show socket usage summary\n"
|
||||||
" -b, --bfp show bpf filter socket information\n"
|
" -b, --bpf show bpf filter socket information\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -4, --ipv4 display only IP version 4 sockets\n"
|
" -4, --ipv4 display only IP version 4 sockets\n"
|
||||||
" -6, --ipv6 display only IP version 6 sockets\n"
|
" -6, --ipv6 display only IP version 6 sockets\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user