netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2] misc/ss: Add family list to -f option in _usage()
@ 2016-06-06 14:53 Fabien Siron
  2016-06-08 15:36 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Fabien Siron @ 2016-06-06 14:53 UTC (permalink / raw)
  To: stephen; +Cc: netdev, Fabien Siron

Signed-off-by: Fabien Siron <fabien.siron@epita.fr>
---
 misc/ss.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/ss.c b/misc/ss.c
index 23fff19..9c456d4 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -3581,6 +3581,7 @@ static void _usage(FILE *dest)
 "   -w, --raw           display only RAW sockets\n"
 "   -x, --unix          display only Unix domain sockets\n"
 "   -f, --family=FAMILY display sockets of type FAMILY\n"
+"       FAMILY := {inet|inet6|link|unix|netlink|help}\n"
 "\n"
 "   -K, --kill          forcibly close sockets, display what was closed\n"
 "\n"
-- 
2.8.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-08 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 14:53 [PATCH iproute2] misc/ss: Add family list to -f option in _usage() Fabien Siron
2016-06-08 15:36 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).