tools, bpftool: Add ringbuf map type to map command docs
[sfrench/cifs-2.6.git] / tools / bpf / bpftool / map.c
index 99109a6afe176571d71536b67c3c09078f49addf..1d3b60651078996b409a83d11821661dce377387 100644 (file)
@@ -1591,7 +1591,7 @@ static int do_help(int argc, char **argv)
                "                 lru_percpu_hash | lpm_trie | array_of_maps | hash_of_maps |\n"
                "                 devmap | devmap_hash | sockmap | cpumap | xskmap | sockhash |\n"
                "                 cgroup_storage | reuseport_sockarray | percpu_cgroup_storage |\n"
-               "                 queue | stack | sk_storage | struct_ops }\n"
+               "                 queue | stack | sk_storage | struct_ops | ringbuf }\n"
                "       " HELP_SPEC_OPTIONS "\n"
                "",
                bin_name, argv[-2]);