From 94ff477b31090578abfb8add13a5301a647e90ba Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Tue, 8 Nov 2022 11:31:31 +0100 Subject: [PATCH] kmidiff: Fix spacing in the help string * tools/kmidiff.cc (display_usage): Fix spacing. Signed-off-by: Dodji Seketeli --- tools/kmidiff.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/kmidiff.cc b/tools/kmidiff.cc index f3332765..07890acc 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" -- 2.43.5