]> sourceware.org Git - libabigail.git/commitdiff
abidiff: Fix indentation of help string
authorDodji Seketeli <dodji@redhat.com>
Thu, 28 Mar 2024 16:34:33 +0000 (17:34 +0100)
committerDodji Seketeli <dodji@redhat.com>
Fri, 29 Mar 2024 15:52:00 +0000 (16:52 +0100)
* tools/abidiff.cc (display_usage): Fix indentation of help string

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/abidiff.cc

index 95b3474b1bc566c9a937b63a949b33b1716c4a3f..c57919273a1639c071925cc20c25a271128b9562 100644 (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"
This page took 0.200809 seconds and 5 git commands to generate.