public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix trivial typo when printing help information
@ 2021-10-27  3:34 tangmeng
  0 siblings, 0 replies; only message in thread
From: tangmeng @ 2021-10-27  3:34 UTC (permalink / raw)
  To: libabigail; +Cc: tangmeng

When abicompat prints its help information, it does not terminate
it with a newline the way that other commands do.

Signed-off-by: tangmeng <tangmeng@uniontech.com>
---
 tools/abicompat.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/abicompat.cc b/tools/abicompat.cc
index be3946e1..2dfa12a3 100644
--- a/tools/abicompat.cc
+++ b/tools/abicompat.cc
@@ -110,7 +110,7 @@ display_usage(const string& prog_name, ostream& out)
     << "--no-show-locs  do now show location information\n"
     << "--redundant  display redundant changes (this is the default)\n"
     << "--weak-mode  check compatibility between the application and "
-    "just one version of the library."
+    "just one version of the library.\n"
     ;
 }
 
-- 
2.20.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-27  3:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27  3:34 [PATCH] Fix trivial typo when printing help information tangmeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).