--- iproute2/misc/ss.c.orig 2002-01-10 03:11:43 +0300 +++ iproute2/misc/ss.c 2004-05-01 23:56:15 +0400 @@ -2336,7 +2336,7 @@ int main(int argc, char *argv[]) current_filter.states = default_filter.states; - while ((ch = getopt(argc, argv, "h?aletuwxnro460spfmiA:D:F:vV")) != EOF) { + while ((ch = getopt(argc, argv, "h?aletuwxnro460spf:miA:D:F:vV")) != EOF) { switch(ch) { case 'n': resolve_services = 0;