abidiff: Fix indentation of help string

* tools/abidiff.cc (display_usage): Fix indentation of help string

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2024-03-28 17:34:33 +01:00
parent 46c2a68ccf
commit a917072c12

View File

@ -249,8 +249,8 @@ display_usage(const string& prog_name, ostream& out)
<< " --list-dependencies|--ldeps show the dependencies of the input files\n"
<< " --drop-private-types drop private types from "
"internal representation\n"
<< " --exported-interfaces-only analyze exported interfaces only\n"
<< " --allow-non-exported-interfaces analyze interfaces that "
<< " --exported-interfaces-only analyze exported interfaces only\n"
<< " --allow-non-exported-interfaces analyze interfaces that "
"might not be exported\n"
<< " --no-linux-kernel-mode don't consider the input binaries as "
"linux kernel binaries\n"