]> sourceware.org Git - libabigail.git/commitdiff
kmidiff: Fix spacing in the help string
authorDodji Seketeli <dodji@redhat.com>
Tue, 8 Nov 2022 10:31:31 +0000 (11:31 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 8 Nov 2022 10:34:19 +0000 (11:34 +0100)
* tools/kmidiff.cc (display_usage): Fix spacing.

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

index f33327655025968d305594d46fd13b97038f0353..07890acc120d45ec46367764958c706b0dc16f33 100644 (file)
@@ -122,8 +122,8 @@ display_usage(const string& prog_name, ostream& out)
     << " --impacted-interfaces|-i  show interfaces impacted by ABI changes\n"
     << " --full-impact|-f  show the full impact of changes on top-most "
         "interfaces\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"
     << " --show-bytes  show size and offsets in bytes\n"
     << " --show-bits  show size and offsets in bits\n"
This page took 0.032269 seconds and 5 git commands to generate.