Skip to content

Commit 9e14c3b

Browse files
danobiqmonnet
authored andcommitted
bpftool: man: Add missing format argument to command description
The command description was missing the optional argument. Add it there for consistency with the rest of the commands. Signed-off-by: Daniel Xu <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Reviewed-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/bpf/140402f22fc377fba4c34376b7e1d2eba2c276b1.1734119028.git.dxu@dxuuu.xyz
1 parent a5c0580 commit 9e14c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bpftool-btf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bpftool btf { show | list } [id *BTF_ID*]
4343
that hold open file descriptors (FDs) against BTF objects. On such kernels
4444
bpftool will automatically emit this information as well.
4545

46-
bpftool btf dump *BTF_SRC*
46+
bpftool btf dump *BTF_SRC* [format *FORMAT*]
4747
Dump BTF entries from a given *BTF_SRC*.
4848

4949
When **id** is specified, BTF object with that ID will be loaded and all

0 commit comments

Comments
 (0)