svn commit: trunk/busybox/procps
vda at busybox.net
vda at busybox.net
Wed Nov 14 16:57:42 PST 2007
Author: vda
Date: 2007-11-14 16:57:40 -0800 (Wed, 14 Nov 2007)
New Revision: 20424
Log:
cosmetic change in message text
Modified:
trunk/busybox/procps/kill.c
Changeset:
Modified: trunk/busybox/procps/kill.c
===================================================================
--- trunk/busybox/procps/kill.c 2007-11-14 23:48:35 UTC (rev 20423)
+++ trunk/busybox/procps/kill.c 2007-11-15 00:57:40 UTC (rev 20424)
@@ -129,7 +129,7 @@
/* Pid or name is required for kill/killall */
if (argc < 1) {
- bb_error_msg("You need to specify whom to kill");
+ bb_error_msg("you need to specify whom to kill");
return EXIT_FAILURE;
}
More information about the busybox-cvs
mailing list