Commit 88b3eed8 authored by Quentin Monnet's avatar Quentin Monnet Committed by Daniel Borkmann
Browse files

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: default avatarQuentin Monnet <quentin.monnet@netronome.com>
Reviewed-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: default avatarSong Liu <songliubraving@fb.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 9a487883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ OPTIONS
	-h, --help
		  Print short generic help message (similar to **bpftool help**).

	-v, --version
	-V, --version
		  Print version number (similar to **bpftool version**).

	-j, --json
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ OPTIONS
	-h, --help
		  Print short generic help message (similar to **bpftool help**).

	-v, --version
	-V, --version
		  Print version number (similar to **bpftool version**).

	-j, --json
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ OPTIONS
	-h, --help
		  Print short generic help message (similar to **bpftool help**).

	-v, --version
	-V, --version
		  Print version number (similar to **bpftool version**).

	-j, --json
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ OPTIONS
	-h, --help
		  Print short generic help message (similar to **bpftool help**).

	-v, --version
	-V, --version
		  Print version number (similar to **bpftool version**).

	-j, --json
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ OPTIONS
	-h, --help
		  Print short generic help message (similar to **bpftool help**).

	-v, --version
	-V, --version
		  Print version number (similar to **bpftool version**).

	-j, --json
Loading