[applied] kmidiff: Fix spacing in the help string

Message ID 874jv9qyue.fsf@redhat.com
State New
Headers
Series [applied] kmidiff: Fix spacing in the help string |

Commit Message

Dodji Seketeli Nov. 8, 2022, 2:56 p.m. UTC
  Hello,

This patchlet is a quick spacing fix in passing.

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

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

Patch

diff --git a/tools/kmidiff.cc b/tools/kmidiff.cc
index f333276..07890ac 100644
--- a/tools/kmidiff.cc
+++ b/tools/kmidiff.cc
@@ -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"