Skip to content

pkill: Don't show --echo twice

Chris Down requested to merge cdown/procps:cdown/2022-11-01/no_break into newlib

Commit c8384e68 ("pgrep: add pwait") changed from the old i_am_pkill logic, but mistakenly missed a break in the pkill case. This results in showing -e/--echo twice when running `pkill -h'.

Signed-off-by: Chris Down chris@chrisdown.name

Merge request reports