[applied] abipkgdiff: Fix spacing in usage text output
Commit Message
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(-)
@@ -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"