Add missing newlines to kmidiff's usage strings
authorDodji Seketeli <dodji@redhat.com>
Wed, 27 Sep 2017 13:46:50 +0000 (15:46 +0200)
committerDodji Seketeli <dodji@redhat.com>
Wed, 27 Sep 2017 14:00:14 +0000 (16:00 +0200)
* tools/kmidiff.cc (display_usage): Add newlines after the lines
for --vmlinux1 and --vmlinux2.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/kmidiff.cc

index 3a7510d505c58f698b076638b7b60e60a1382612..02dd5e8a99688ac9c52fac6c9e2f940f47d16658 100644 (file)
@@ -104,8 +104,8 @@ display_usage(const string& prog_name, ostream& out)
     << " --help|-h  display this message\n"
     << " --version|-v  display program version information and exit\n"
     << " --verbose  display verbose messages\n"
-    << " --vmlinux1|--l1 <path>  the path to the first vmlinux"
-    << " --vmlinux2|--l2 <path>  the path to the second vmlinux"
+    << " --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"
     << " --kmi-whitelist|-w <path>  path to a kernel module interface "
     "whitelist\n";