tools: bpftool: rename cgroup list -> show in the code
authorJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 2 Jan 2018 22:48:35 +0000 (14:48 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 4 Jan 2018 11:28:46 +0000 (12:28 +0100)
commit65b875bcc816335be41c336a595adbc10bd885cb
tree3f927b1841638a1b8f0f92f51614e467e93f42b7
parent5620e1a8e2e6f96bdb72abfd68a56ce8cb94dd4d
tools: bpftool: rename cgroup list -> show in the code

So far we have used "show" as a keyword for listing
programs and maps.  Use the word "show" in the code
for cgroups too, next commit will alias show and list.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/cgroup.c