From: Jason Wessel Date: Mon, 4 Feb 2013 15:52:14 +0000 (-0600) Subject: kdb_main: fix help print X-Git-Tag: v3.9-rc1~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074604af21c971cf2fcfaa0f6012b4b0c9ca891a;p=pandora-kernel.git kdb_main: fix help print The help command was chopping all the usage instructions such that they were not readable. Example: bta [D|R|S|T|C|Z|E|U|I| Backtrace all processes matching state flag per_cpu [] [ [] [] Display per_cpu variables All that is needed is to check the how long the cmd_usage is and jump to the next line when appropriate. Signed-off-by: Jason Wessel --- Reading git-diff-tree failed