cosmetic change in message text
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 15 Nov 2007 00:57:40 +0000 (00:57 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 15 Nov 2007 00:57:40 +0000 (00:57 -0000)
procps/kill.c

index 65c2837609fa721929b5b33db2158f49ac5f9ffe..a77d66e7a8077382b2b5b48bea8337634b868ae9 100644 (file)
@@ -129,7 +129,7 @@ do_it_now:
 
        /* 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;
        }