diff options
Diffstat (limited to '')
-rw-r--r-- | networking/libiproute/ip_parse_common_args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index 52e549ea2..6d4915775 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c | |||
@@ -56,7 +56,7 @@ void ip_parse_common_args(int *argcp, char ***argvp) | |||
56 | else if (strcmp(argv[1], "link") == 0) | 56 | else if (strcmp(argv[1], "link") == 0) |
57 | preferred_family = AF_PACKET; | 57 | preferred_family = AF_PACKET; |
58 | else | 58 | else |
59 | invarg(argv[1], "invalid protocol family"); | 59 | invarg(argv[1], "protocol family"); |
60 | } else if (strcmp(opt, "-4") == 0) { | 60 | } else if (strcmp(opt, "-4") == 0) { |
61 | preferred_family = AF_INET; | 61 | preferred_family = AF_INET; |
62 | } else if (strcmp(opt, "-6") == 0) { | 62 | } else if (strcmp(opt, "-6") == 0) { |