tools: bpftool: fix short option name for printing version in man pages
Manual pages would tell that option "-v" (lower case) would print the version number for bpftool. This is wrong: the short name of the option is "-V" (upper case). Fix the documentation accordingly. Signed-off-by:Quentin Monnet <quentin.monnet@netronome.com> Reviewed-by:
Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by:
Song Liu <songliubraving@fb.com> Signed-off-by:
Daniel Borkmann <daniel@iogearbox.net>
Showing
- tools/bpf/bpftool/Documentation/bpftool-cgroup.rst 1 addition, 1 deletiontools/bpf/bpftool/Documentation/bpftool-cgroup.rst
- tools/bpf/bpftool/Documentation/bpftool-feature.rst 1 addition, 1 deletiontools/bpf/bpftool/Documentation/bpftool-feature.rst
- tools/bpf/bpftool/Documentation/bpftool-map.rst 1 addition, 1 deletiontools/bpf/bpftool/Documentation/bpftool-map.rst
- tools/bpf/bpftool/Documentation/bpftool-net.rst 1 addition, 1 deletiontools/bpf/bpftool/Documentation/bpftool-net.rst
- tools/bpf/bpftool/Documentation/bpftool-perf.rst 1 addition, 1 deletiontools/bpf/bpftool/Documentation/bpftool-perf.rst
- tools/bpf/bpftool/Documentation/bpftool-prog.rst 1 addition, 1 deletiontools/bpf/bpftool/Documentation/bpftool-prog.rst
- tools/bpf/bpftool/Documentation/bpftool.rst 1 addition, 1 deletiontools/bpf/bpftool/Documentation/bpftool.rst
Please register or sign in to comment