On 01/24/2019 03:51 AM, Prashant Bhole wrote: > When 'bpftool feature' is executed it shows incorrect help string. > > test# bpftool feature > Usage: bpftool bpftool probe [COMPONENT] [macros [prefix PREFIX]] > bpftool bpftool help > > COMPONENT := { kernel | dev NAME } > > Instead of fixing the help text by tweaking argv[] indices, this > patch changes the default action to 'probe'. It makes the behavior > consistent with other subcommands, where first subcommand without > extra parameter results in 'show' action. > > Signed-off-by: Prashant Bhole <bhole_prashant...@lab.ntt.co.jp>
Applied, thanks!