aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/libiproute/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c
index e6085319c..fc6aff1d1 100644
--- a/networking/libiproute/utils.c
+++ b/networking/libiproute/utils.c
@@ -255,7 +255,7 @@ void duparg(char *key, char *arg)
255 255
256void duparg2(char *key, char *arg) 256void duparg2(char *key, char *arg)
257{ 257{
258 bb_error_msg("either \"%s\" is duplicate, or \"%s\" is a garbage", key, arg); 258 bb_error_msg("either \"%s\" is duplicate, or \"%s\" is garbage", key, arg);
259 exit(-1); 259 exit(-1);
260} 260}
261 261