aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/utils.c
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-07 12:18:36 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-07 12:18:36 +0000
commitc549cfed8fbc2439dbcb1b4018237f084476c0c0 (patch)
tree37710ab9f1522ec3f763822fbc4e527b6a6f2e2b /networking/libiproute/utils.c
parentc631cf911c539d4a61bf1c27dab66506da3fdc3b (diff)
downloadbusybox-w32-c549cfed8fbc2439dbcb1b4018237f084476c0c0.tar.gz
busybox-w32-c549cfed8fbc2439dbcb1b4018237f084476c0c0.tar.bz2
busybox-w32-c549cfed8fbc2439dbcb1b4018237f084476c0c0.zip
- Improve wording in error message.
git-svn-id: svn://busybox.net/trunk/busybox@16797 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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