]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
misc/ss: Add family list to -f option in _usage()
authorFabien Siron <fabien.siron@epita.fr>
Mon, 6 Jun 2016 14:53:38 +0000 (14:53 +0000)
committerStephen Hemminger <shemming@brocade.com>
Wed, 8 Jun 2016 15:36:41 +0000 (08:36 -0700)
Signed-off-by: Fabien Siron <fabien.siron@epita.fr>
misc/ss.c

index 23fff19d91993b85f7c64f0109dc4f85f9f6e6e7..9c456d4f1c324c03b4d05ec186d4f187201bbbd1 100644 (file)
--- 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"