kmidiff: fix help message
authorMatthias Maennich <maennich@google.com>
Fri, 4 Oct 2019 15:26:31 +0000 (16:26 +0100)
committerDodji Seketeli <dodji@redhat.com>
Mon, 7 Oct 2019 09:06:30 +0000 (11:06 +0200)
Add the missing line breaks.

* tools/kmidiff.c (display_usage): add missing line breaks to
help text

Signed-off-by: Matthias Maennich <maennich@google.com>
tools/kmidiff.cc

index 4afc201..842381f 100644 (file)
@@ -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"