Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef347a34 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by Daniel Borkmann
Browse files

tools: bpftool: add missing --bpffs to completions



--bpffs is not suggested by bash completions.

Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: default avatarQuentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 71e07ddc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -182,7 +182,7 @@ _bpftool()
    if [[ -z $object ]]; then
    if [[ -z $object ]]; then
        case $cur in
        case $cur in
            -*)
            -*)
                local c='--version --json --pretty'
                local c='--version --json --pretty --bpffs'
                COMPREPLY=( $( compgen -W "$c" -- "$cur" ) )
                COMPREPLY=( $( compgen -W "$c" -- "$cur" ) )
                return 0
                return 0
                ;;
                ;;