[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] kmidiff: fix help message



Add the missing line breaks.

Signed-off-by: Matthias Maennich <maennich@google.com>
---
 tools/kmidiff.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/kmidiff.cc b/tools/kmidiff.cc
index 4afc201e7afd..842381f8917e 100644
--- a/tools/kmidiff.cc
+++ b/tools/kmidiff.cc
@@ -115,9 +115,9 @@ display_usage(const string& prog_name, ostream& out)
     << " --version|-v  display program version information and exit\n"
     << " --verbose  display verbose messages\n"
     << " --debug-info-dir1|--d1 <path> the root for the debug info of "
-    "the first kernel"
+	"the first kernel\n"
     << " --debug-info-dir2|--d2 <path> the root for the debug info of "
-    "the second kernel"
+	"the second kernel\n"
     << " --vmlinux1|--l1 <path>  the path to the first vmlinux\n"
     << " --vmlinux2|--l2 <path>  the path to the second vmlinux\n"
     << " --suppressions|--suppr <path>  specify a suppression file\n"
-- 
2.23.0.581.g78d2f28ef7-goog