Signed-off-by: Cyrill Gorcunov <[email protected]>
---
 params.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/params.c b/params.c
index fe70ff3..77dc7e4 100644
--- a/params.c
+++ b/params.c
@@ -56,7 +56,7 @@ bool kernel_taint_param_occured = FALSE;
 static void usage(void)
 {
        outputerr("%s\n", progname);
-       outputerr(" --arch, -a: selects syscalls for the specified architecture 
(32 or 64). Both by default.");
+       outputerr(" --arch, -a: selects syscalls for the specified architecture 
(32 or 64). Both by default.\n");
        outputerr(" --children,-C: specify number of child processes\n");
        outputerr(" --exclude,-x: don't call a specific syscall\n");
        outputerr(" --group,-g: only run syscalls from a certain group (So far 
just 'vm').\n");
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to