dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is enabled
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 24 Aug 2015 13:54:49 +0000 (15:54 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Aug 2015 19:08:02 +0000 (21:08 +0200)
commit864d1b7a1506002ef5804305b31e0fd7197c1ea4
treea584265aebb67556bd017cf71853343784b7d019
parent65c501a093b6ae1f8344a71378fd99f27177adaf
dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is enabled

Similar to the "big" util-linux version. For !DMESG_PRETTY, the option is accepted
(but ignored) as well, for compatibility reasons.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/dmesg.c