]> granicus.if.org Git - sysstat/commit
pidstat: Remove extra space at end of command name
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 21 Mar 2020 09:22:35 +0000 (10:22 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 21 Mar 2020 09:22:35 +0000 (10:22 +0100)
commit6134d6432a331b2dda24efb3ac7db0bdd6715dd8
tree2b6608907aa2a3f314935d29523e876b6ebbd610
parent1927f5ff58338c16b6967e1c45327b7e1da90793
pidstat: Remove extra space at end of command name

When pidstat was used with option "-l" to display the command name and
all its arguments, a space was added at the end after all the arguments.
Remove it as it is unneeded and it may prevent the user from displaying
lines based on a pattern located at the end of line
(e.g. pidstat -l -C "pattern$" ...)

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
pidstat.c