Commit aad32f4c authored by Song Liu's avatar Song Liu Committed by Daniel Borkmann

bpftool: Fix typo in bash-completion

_bpftool_get_map_names => _bpftool_get_prog_names for prog-attach|detach.

Fixes: 99f9863a ("bpftool: Match maps by name")
Signed-off-by: default avatarSong Liu <songliubraving@fb.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Reviewed-by: default avatarQuentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/bpf/20200309173218.2739965-5-songliubraving@fb.com
parent 397692ea
......@@ -389,7 +389,7 @@ _bpftool()
_bpftool_get_prog_ids
;;
name)
_bpftool_get_map_names
_bpftool_get_prog_names
;;
pinned)
_filedir
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment