aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/kill.c')
-rw-r--r--procps/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 073e74332..358d8f42b 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -270,7 +270,7 @@ int kill_main(int argc UNUSED_PARAM, char **argv)
270#if ENABLE_KILL || ENABLE_KILLALL 270#if ENABLE_KILL || ENABLE_KILLALL
271 /* Pid or name is required for kill/killall */ 271 /* Pid or name is required for kill/killall */
272 if (!arg) { 272 if (!arg) {
273 bb_error_msg("you need to specify whom to kill"); 273 bb_simple_error_msg("you need to specify whom to kill");
274 return EXIT_FAILURE; 274 return EXIT_FAILURE;
275 } 275 }
276 276