]> granicus.if.org Git - procps-ng/commit
free,slabtop,uptime: complain about extra ops
authorCraig Small <csmall@dropbear.xyz>
Mon, 19 Oct 2020 11:36:06 +0000 (22:36 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 19 Oct 2020 11:41:54 +0000 (22:41 +1100)
commitc019023e5c37b6b9f77e040a983fd8ff3ed95f6a
tree431fbdc30e2577cc1524af2799c5797588968e3a
parente36fe38835b90de55e39b67401df8d744ca4236e
free,slabtop,uptime: complain about extra ops

free, slabtop and uptime would happily take extra command line
arguments and doing nothing about them. The programs now check
optind after option processing and will give you usage screen
if there is anything extra.

References:
 procps-ng/procps#181
NEWS
free.c
slabtop.c
uptime.c