diff options
Diffstat (limited to 'procps/kill.c')
-rw-r--r-- | procps/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c index a30a79d..4a2eab6 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -268,7 +268,7 @@ int kill_main(int argc UNUSED_PARAM, char **argv) #if ENABLE_KILL || ENABLE_KILLALL /* Pid or name is required for kill/killall */ if (!arg) { - bb_error_msg("you need to specify whom to kill"); + bb_simple_error_msg("you need to specify whom to kill"); return EXIT_FAILURE; } |