[applied] abipkgdiff: Fix spacing in usage text output

Message ID 874j1bkrfc.fsf@redhat.com
State New
Headers
Series [applied] abipkgdiff: Fix spacing in usage text output |

Commit Message

Dodji Seketeli Feb. 3, 2025, 2:56 p.m. UTC
  Hello,

When looking at something else, I noticed that abipkgidiff --help
would display a text in which the spacing of some parts was not
right.  Fixed thus.

	* tools/abipkgdiff.cc (display_usage): Fix spacing.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the mainline.
---
 tools/abipkgdiff.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/tools/abipkgdiff.cc b/tools/abipkgdiff.cc
index d82020fb..42500be5 100644
--- a/tools/abipkgdiff.cc
+++ b/tools/abipkgdiff.cc
@@ -891,8 +891,8 @@  display_usage(const string& prog_name, ostream& out)
     "full impact analysis report rather than the default leaf changes reports\n"
     << " --non-reachable-types|-t  consider types non reachable"
     " from public 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"
     << " --no-linkage-name		do not display linkage names of "
     "added/removed/changed\n"