mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
bad syntax error should go to stderr
This commit is contained in:
parent
9d6c46955f
commit
ae6bf96659
@ -129,7 +129,7 @@ do_it_now:
|
||||
|
||||
/* Pid or name is required for kill/killall */
|
||||
if (argc < 1) {
|
||||
puts("You need to specify whom to kill");
|
||||
bb_error_msg("You need to specify whom to kill");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user