diff options
author | Daniel Xu <dxu@dxuuu.xyz> | 2024-12-13 22:44:09 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-12-14 01:35:42 +0300 |
commit | 5e3ad22d82238e8bcb4c7ec26a20533217ddfb18 (patch) | |
tree | 70e33825b8dc5a8c558e81a47d5a58ef90976a5d /tools/bpf/bpftool | |
parent | 5506b7d7bbdb7622959d80a4a2fc18985a01d512 (diff) | |
download | linux-5e3ad22d82238e8bcb4c7ec26a20533217ddfb18.tar.xz |
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 <dxu@dxuuu.xyz>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Quentin Monnet <qmo@kernel.org>
Link: https://lore.kernel.org/bpf/140402f22fc377fba4c34376b7e1d2eba2c276b1.1734119028.git.dxu@dxuuu.xyz
Diffstat (limited to 'tools/bpf/bpftool')
-rw-r--r-- | tools/bpf/bpftool/Documentation/bpftool-btf.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/bpftool/Documentation/bpftool-btf.rst b/tools/bpf/bpftool/Documentation/bpftool-btf.rst index 3f6bca03ad2e..245569f43035 100644 --- a/tools/bpf/bpftool/Documentation/bpftool-btf.rst +++ b/tools/bpf/bpftool/Documentation/bpftool-btf.rst @@ -43,7 +43,7 @@ bpftool btf { show | list } [id *BTF_ID*] that hold open file descriptors (FDs) against BTF objects. On such kernels bpftool will automatically emit this information as well. -bpftool btf dump *BTF_SRC* +bpftool btf dump *BTF_SRC* [format *FORMAT*] Dump BTF entries from a given *BTF_SRC*. When **id** is specified, BTF object with that ID will be loaded and all |