svn commit: trunk/busybox/networking/libiproute
aldot at busybox.net
aldot at busybox.net
Thu Dec 7 04:18:37 PST 2006
Author: aldot
Date: 2006-12-07 04:18:36 -0800 (Thu, 07 Dec 2006)
New Revision: 16797
Log:
- Improve wording in error message.
Modified:
trunk/busybox/networking/libiproute/utils.c
Changeset:
Modified: trunk/busybox/networking/libiproute/utils.c
===================================================================
--- trunk/busybox/networking/libiproute/utils.c 2006-12-07 12:16:17 UTC (rev 16796)
+++ trunk/busybox/networking/libiproute/utils.c 2006-12-07 12:18:36 UTC (rev 16797)
@@ -255,7 +255,7 @@
void duparg2(char *key, char *arg)
{
- bb_error_msg("either \"%s\" is duplicate, or \"%s\" is a garbage", key, arg);
+ bb_error_msg("either \"%s\" is duplicate, or \"%s\" is garbage", key, arg);
exit(-1);
}
More information about the busybox-cvs
mailing list