aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 0c7c1608f..65c283760 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -129,7 +129,7 @@ do_it_now:
129 129
130 /* Pid or name is required for kill/killall */ 130 /* Pid or name is required for kill/killall */
131 if (argc < 1) { 131 if (argc < 1) {
132 puts("You need to specify whom to kill"); 132 bb_error_msg("You need to specify whom to kill");
133 return EXIT_FAILURE; 133 return EXIT_FAILURE;
134 } 134 }
135 135