[PATCH] params: Add missing \n into usage output
Cyrill Gorcunov <[email protected]>
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
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