1f28ef96dSQuentin Monnet-h, --help
2f28ef96dSQuentin Monnet	  Print short help message (similar to **bpftool help**).
3f28ef96dSQuentin Monnet
4f28ef96dSQuentin Monnet-V, --version
5f28ef96dSQuentin Monnet	  Print version number (similar to **bpftool version**), and optional
6f28ef96dSQuentin Monnet	  features that were included when bpftool was compiled. Optional
7f28ef96dSQuentin Monnet	  features include linking against libbfd to provide the disassembler
8f28ef96dSQuentin Monnet	  for JIT-ted programs (**bpftool prog dump jited**) and usage of BPF
9f28ef96dSQuentin Monnet	  skeletons (some features like **bpftool prog profile** or showing
10f28ef96dSQuentin Monnet	  pids associated to BPF objects may rely on it).
11f28ef96dSQuentin Monnet
12f28ef96dSQuentin Monnet-j, --json
13f28ef96dSQuentin Monnet	  Generate JSON output. For commands that cannot produce JSON, this
14f28ef96dSQuentin Monnet	  option has no effect.
15f28ef96dSQuentin Monnet
16f28ef96dSQuentin Monnet-p, --pretty
17f28ef96dSQuentin Monnet	  Generate human-readable JSON output. Implies **-j**.
18f28ef96dSQuentin Monnet
19f28ef96dSQuentin Monnet-d, --debug
20f28ef96dSQuentin Monnet	  Print all logs available, even debug-level information. This includes
21f28ef96dSQuentin Monnet	  logs from libbpf as well as from the verifier, when attempting to
22f28ef96dSQuentin Monnet	  load programs.
23