From ebc89d1766bf5f87daf0438e9e9dd1b4ff7ffe92 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 28 Jul 2009 21:35:16 +0000 Subject: [PATCH] Remove extra newline in debug command description which caused empty lines in the KDL help to be printed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31866 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/debug/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/kernel/debug/debug.cpp b/src/system/kernel/debug/debug.cpp index 59966bb270..3d90281400 100644 --- a/src/system/kernel/debug/debug.cpp +++ b/src/system/kernel/debug/debug.cpp @@ -1098,7 +1098,7 @@ syslog_init(struct kernel_args* args) syslog_write(revisionBuffer, length); add_debugger_command_etc("syslog", &cmd_dump_syslog, - "Dumps the syslog buffer.\n", + "Dumps the syslog buffer.", "[-n]\nDumps the whole syslog buffer, or, if -n is specified, only " "the part that hasn't been sent yet.\n", 0); @@ -1215,7 +1215,7 @@ status_t debug_init_post_vm(kernel_args* args) { add_debugger_command_etc("cpu", &cmd_switch_cpu, - "Switches to another CPU.\n", + "Switches to another CPU.", "\n" "Switches to CPU with the index .\n", 0); add_debugger_command_etc("message", &cmd_dump_kdl_message,